Definition TriggerDock.h:15
Coupling
The coupling modes for the channels.
Definition enums.h:27
@ AC
Offset filtered out by capacitor.
Definition enums.h:29
@ DC
No filtering.
Definition enums.h:28
@ GND
Channel is grounded.
Definition enums.h:30
Themes
The different themes for display.
Definition enums.h:64
@ THEME_DARK
Force a dark theme.
Definition enums.h:67
@ THEME_LIGHT
Force a light theme.
Definition enums.h:66
@ THEME_AUTO
Use the system theme.
Definition enums.h:65
Enum< Dso::TriggerMode, Dso::TriggerMode::AUTO, Dso::TriggerMode::ROLL > TriggerModeEnum
Definition enums.cpp:7
ChannelMode
The channel display modes.
Definition enums.h:11
@ Voltage
Standard voltage view.
Definition enums.h:12
@ Spectrum
Spectrum view.
Definition enums.h:13
TriggerMode
The different triggering modes.
Definition enums.h:35
@ SINGLE
Stop after the first trigger event.
Definition enums.h:38
@ ROLL
Free running without any trigger.
Definition enums.h:39
@ NORMAL
Normal hardware trigger (or software trigger) mode.
Definition enums.h:37
@ AUTO
Automatic without trigger event.
Definition enums.h:36
Enum< Dso::Slope, Dso::Slope::Positive, Dso::Slope::Both > SlopeEnum
Definition enums.cpp:8
Slope
The slope that causes a trigger.
Definition enums.h:45
@ Both
At 1st level crossing up or down.
Definition enums.h:48
@ Positive
From lower to higher voltage.
Definition enums.h:46
@ Negative
From higher to lower voltage.
Definition enums.h:47
InterpolationMode
The different interpolation modes for the graphs.
Definition enums.h:54
@ INTERPOLATION_STEP
Sample dots connected by one step.
Definition enums.h:57
@ INTERPOLATION_SINC
Sample dots upsampled by bandlimited sinc.
Definition enums.h:58
@ INTERPOLATION_COUNT
Total number of interpolation modes.
Definition enums.h:59
@ INTERPOLATION_LINEAR
Sample dots connected by straight lines.
Definition enums.h:56
@ INTERPOLATION_OFF
Just dots for each sample.
Definition enums.h:55
QString triggerModeString(TriggerMode mode)
Return string representation of the given trigger mode.
Definition enums.cpp:43
GraphFormat
The possible viewing formats for the graphs on the scope.
Definition enums.h:18
@ XY
CH1 on X-axis, CH2 on Y-axis.
Definition enums.h:20
@ TY
The standard mode.
Definition enums.h:19
QString couplingString(Coupling coupling)
Return string representation of the given channel coupling.
Definition enums.cpp:27
Enum< Dso::GraphFormat, Dso::GraphFormat::TY, Dso::GraphFormat::XY > GraphFormatEnum
Definition enums.cpp:9
QString slopeString(Slope slope)
Return string representation of the given trigger slope.
Definition enums.cpp:60
QString graphFormatString(GraphFormat format)
Return string representation of the given graph format.
Definition enums.cpp:14