Scope
|
#include <ScopeDatatypes.h>
Public Types | |
enum | Mode { full, firsthalf, secondhalf, first4096 } |
Static Public Member Functions | |
static std::wstring | NameOf (const uint32_t &_n) |
Static Public Attributes | |
static const uint32_t | S = 4 |
Enum for the usable data input range.
Usually uint16_t is read from the device, if the device's input range is -1V .. +1V but the PMT's signal goes only in negative direction, only the first half of uint16_t is usable. Displaying the whole uint16_t range in CChannelView or CHistogramView does not make sense then.
Definition at line 149 of file ScopeDatatypes.h.
The enum.
Definition at line 152 of file ScopeDatatypes.h.
|
inlinestatic |
Definition at line 163 of file ScopeDatatypes.h.
|
static |
Number of enumerators.
Definition at line 160 of file ScopeDatatypes.h.