62 STREAM_TYPE_DIGITAL_BUS,
66 STREAM_TYPE_SPECTROGRAM,
67 STREAM_TYPE_WATERFALL,
68 STREAM_TYPE_CONSTELLATION,
77 STREAM_TYPE_ANALOG_SCALAR,
123 STREAM_DO_NOT_INTERPOLATE = 1,
124 STREAM_FILL_UNDER = 2,
125 STREAM_INFREQUENTLY_USED = 4
Information associated with a single stream.
Definition: Stream.h:48
StreamType
General data type stored in a stream.
Definition: Stream.h:58
StreamType m_stype
General datatype stored in the stream.
Definition: Stream.h:105
WaveformBase * m_waveform
The current waveform (or null if nothing here)
Definition: Stream.h:99
Unit m_yAxisUnit
Unit of measurement for our vertical axis.
Definition: Stream.h:93
std::string m_name
Name of the stream.
Definition: Stream.h:96
double m_value
The current value (only meaningful for analog scalar type)
Definition: Stream.h:102
uint8_t m_flags
Flags that apply to this waveform. Bitfield. STREAM_DO_NOT_INTERPOLATE: hint that this stream should ...
Definition: Stream.h:119
A unit of measurement, plus conversion to pretty-printed output.
Definition: Unit.h:57