|
OpenHantek
|
Stores the current samplerate settings of the device. More...
#include <controlsettings.h>
Data Fields | |
| ControlSettingsSamplerateTarget | target |
| The target samplerate values. More... | |
| const ControlSamplerateLimits * | limits |
| The samplerate limits. More... | |
| unsigned int | downsampler = 1 |
| The variable downsampling factor. More... | |
| double | current = 1e8 |
| The current samplerate. More... | |
Stores the current samplerate settings of the device.
| double Dso::ControlSettingsSamplerate::current = 1e8 |
The current samplerate.
| unsigned int Dso::ControlSettingsSamplerate::downsampler = 1 |
The variable downsampling factor.
| const ControlSamplerateLimits* Dso::ControlSettingsSamplerate::limits |
The samplerate limits.
| ControlSettingsSamplerateTarget Dso::ControlSettingsSamplerate::target |
The target samplerate values.