|
OpenHantek
|
Data Structures | |
| struct | ControlSamplerateLimits |
| Stores the samplerate limits for calculations. More... | |
| struct | ControlSettings |
| Stores the current settings of the device. More... | |
| struct | ControlSettingsSamplerate |
| Stores the current samplerate settings of the device. More... | |
| struct | ControlSettingsSamplerateTarget |
| Stores the target samplerate settings of the device. More... | |
| struct | ControlSettingsTrigger |
| Stores the current trigger settings of the device. More... | |
| struct | ControlSettingsVoltage |
| Stores the current amplification settings of the device. More... | |
| struct | ControlSpecification |
| Stores the specifications of the currently connected device. More... | |
| struct | ControlSpecificationGainLevel |
| struct | ControlSpecificationSamplerate |
| Stores the samplerate limits. More... | |
| struct | FixedSampleRate |
Functions | |
| QString | graphFormatString (GraphFormat format) |
| Return string representation of the given graph format. More... | |
| QString | couplingString (Coupling coupling) |
| Return string representation of the given channel coupling. More... | |
| QString | triggerModeString (TriggerMode mode) |
| Return string representation of the given trigger mode. More... | |
| QString | slopeString (Slope slope) |
| Return string representation of the given trigger slope. More... | |
| QString | mathModeString (MathMode mode) |
| Return string representation of the given math mode. More... | |
| template<class T > | |
| MathMode | getMathMode (T &t) |
Variables | |
| Enum< Dso::TriggerMode, Dso::TriggerMode::AUTO, Dso::TriggerMode::SINGLE > | TriggerModeEnum |
| Enum< Dso::Slope, Dso::Slope::Positive, Dso::Slope::Both > | SlopeEnum |
| Enum< Dso::GraphFormat, Dso::GraphFormat::TY, Dso::GraphFormat::XY > | GraphFormatEnum |
| Enum< Dso::MathMode, Dso::MathMode::ADD_CH1_CH2, Dso::MathMode::AC_CH2 > | MathModeEnum |
| Enum< Dso::WindowFunction, Dso::WindowFunction::RECTANGULAR, Dso::WindowFunction::FLATTOP > | WindowFunctionEnum |
|
strong |
|
strong |
|
strong |
| enum Dso::GraphFormat |
|
strong |
|
strong |
|
strong |
|
strong |
The supported window functions. These are needed for spectrum analysis and are applied to the sample values before calculating the DFT.
| QString Dso::couplingString | ( | Coupling | coupling | ) |
Return string representation of the given channel coupling.
| coupling | The Coupling that should be returned as string. |
|
inline |
| QString Dso::graphFormatString | ( | GraphFormat | format | ) |
Return string representation of the given graph format.
| format | The GraphFormat that should be returned as string. |
| QString Dso::mathModeString | ( | MathMode | mode | ) |
Return string representation of the given math mode.
| mode | The MathMode that should be returned as string. |
| QString Dso::slopeString | ( | Slope | slope | ) |
Return string representation of the given trigger slope.
| slope | The Slope that should be returned as string. |
| QString Dso::triggerModeString | ( | TriggerMode | mode | ) |
Return string representation of the given trigger mode.
| mode | The TriggerMode that should be returned as string. |
| Enum< Dso::GraphFormat, Dso::GraphFormat::TY, Dso::GraphFormat::XY > Dso::GraphFormatEnum |
| Enum< Dso::MathMode, Dso::MathMode::ADD_CH1_CH2, Dso::MathMode::AC_CH2 > Dso::MathModeEnum |
| Enum< Dso::Slope, Dso::Slope::Positive, Dso::Slope::Both > Dso::SlopeEnum |
| Enum< Dso::TriggerMode, Dso::TriggerMode::AUTO, Dso::TriggerMode::SINGLE > Dso::TriggerModeEnum |
| Enum< Dso::WindowFunction, Dso::WindowFunction::RECTANGULAR, Dso::WindowFunction::FLATTOP > Dso::WindowFunctionEnum |