|
OpenHantek
|
Stores the current settings of the device. More...
#include <controlsettings.h>
Public Member Functions | |
| ControlSettings (const ControlSamplerateLimits *limits, size_t channelCount) | |
| ~ControlSettings () | |
| ControlSettings (const ControlSettings &)=delete | |
| ControlSettings | operator= (const ControlSettings &)=delete |
Data Fields | |
| ControlSettingsSamplerate | samplerate |
| The samplerate settings. More... | |
| std::vector< ControlSettingsVoltage > | voltage |
| The amplification settings. More... | |
| ControlSettingsTrigger | trigger |
| The trigger settings. More... | |
| RecordLengthID | recordLengthId = 1 |
| The id in the record length array. More... | |
| unsigned | channelCount = 0 |
| Number of activated channels. More... | |
| unsigned | swSampleMargin = 2000 |
| Software trigger, sample margin. More... | |
| Hantek::CalibrationValues * | calibrationValues |
| Calibration data for the channel offsets & gains. More... | |
| Hantek::ControlBeginCommand | beginCommandControl |
| Hantek::ControlGetLimits | cmdGetLimits |
Stores the current settings of the device.
| Dso::ControlSettings::ControlSettings | ( | const ControlSamplerateLimits * | limits, |
| size_t | channelCount | ||
| ) |
| Dso::ControlSettings::~ControlSettings | ( | ) |
|
delete |
|
delete |
| Hantek::ControlBeginCommand Dso::ControlSettings::beginCommandControl |
| Hantek::CalibrationValues* Dso::ControlSettings::calibrationValues |
Calibration data for the channel offsets & gains.
| unsigned Dso::ControlSettings::channelCount = 0 |
Number of activated channels.
| Hantek::ControlGetLimits Dso::ControlSettings::cmdGetLimits |
| RecordLengthID Dso::ControlSettings::recordLengthId = 1 |
The id in the record length array.
| ControlSettingsSamplerate Dso::ControlSettings::samplerate |
The samplerate settings.
| unsigned Dso::ControlSettings::swSampleMargin = 2000 |
Software trigger, sample margin.
| ControlSettingsTrigger Dso::ControlSettings::trigger |
The trigger settings.
| std::vector<ControlSettingsVoltage> Dso::ControlSettings::voltage |
The amplification settings.