OpenHantek
Dso::ControlSamplerateLimits Struct Reference

Stores the samplerate limits for calculations. More...

#include <controlspecification.h>

Data Fields

double base
 The base for sample rate calculations. More...
 
double max
 The maximum sample rate. More...
 
unsigned int maxDownsampler
 The maximum downsampling ratio. More...
 
std::vector< unsigned > recordLengths
 Available record lengths, UINT_MAX means rolling. More...
 

Detailed Description

Stores the samplerate limits for calculations.

Field Documentation

◆ base

double Dso::ControlSamplerateLimits::base

The base for sample rate calculations.

◆ max

double Dso::ControlSamplerateLimits::max

The maximum sample rate.

◆ maxDownsampler

unsigned int Dso::ControlSamplerateLimits::maxDownsampler

The maximum downsampling ratio.

◆ recordLengths

std::vector<unsigned> Dso::ControlSamplerateLimits::recordLengths

Available record lengths, UINT_MAX means rolling.


The documentation for this struct was generated from the following file: