|
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. | |
| std::vector< ControlSettingsVoltage > | voltage |
| The amplification settings. | |
| ControlSettingsTrigger | trigger |
| The trigger settings. | |
| RecordLengthID | recordLengthId = 1 |
| The id in the record length array. | |
| unsigned | channelCount = 0 |
| Number of activated channels. | |
| Hantek::CalibrationValues * | calibrationValues |
| Calibration data for the channel offsets & gains. | |
| Hantek::CalibrationValues * | correctionValues |
| Online correction data for the channel offsets. | |
| Hantek::ControlGetCalibration | cmdGetCalibration |
Stores the current settings of the device.
| Dso::ControlSettings::ControlSettings | ( | const ControlSamplerateLimits * | limits, |
| size_t | channelCount ) |
| Dso::ControlSettings::~ControlSettings | ( | ) |
|
delete |
|
delete |
| Hantek::CalibrationValues* Dso::ControlSettings::calibrationValues |
Calibration data for the channel offsets & gains.
| unsigned Dso::ControlSettings::channelCount = 0 |
Number of activated channels.
| Hantek::ControlGetCalibration Dso::ControlSettings::cmdGetCalibration |
| Hantek::CalibrationValues* Dso::ControlSettings::correctionValues |
Online correction data for the channel offsets.
| RecordLengthID Dso::ControlSettings::recordLengthId = 1 |
The id in the record length array.
| ControlSettingsSamplerate Dso::ControlSettings::samplerate |
The samplerate settings.
| ControlSettingsTrigger Dso::ControlSettings::trigger |
The trigger settings.
| std::vector< ControlSettingsVoltage > Dso::ControlSettings::voltage |
The amplification settings.