|
OpenHantek
|
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... | |
Stores the samplerate limits for calculations.
| double Dso::ControlSamplerateLimits::base |
The base for sample rate calculations.
| double Dso::ControlSamplerateLimits::max |
The maximum sample rate.
| unsigned int Dso::ControlSamplerateLimits::maxDownsampler |
The maximum downsampling ratio.
| std::vector<unsigned> Dso::ControlSamplerateLimits::recordLengths |
Available record lengths, UINT_MAX means rolling.