61 STREAM_TYPE_DIGITAL_BUS,
65 STREAM_TYPE_SPECTROGRAM,
66 STREAM_TYPE_WATERFALL,
67 STREAM_TYPE_CONSTELLATION,
76 STREAM_TYPE_ANALOG_SCALAR,
79 STREAM_TYPE_DIGITAL_SCALAR,
144 STREAM_DO_NOT_INTERPOLATE = 1,
145 STREAM_FILL_UNDER = 2,
146 STREAM_INFREQUENTLY_USED = 4
Definition AcceleratorBuffer.h:204
Information associated with a single stream.
Definition Stream.h:48
StreamType
General data type stored in a stream.
Definition Stream.h:57
StreamType m_stype
General datatype stored in the stream.
Definition Stream.h:126
uint64_t m_digitalValue
The digital value (only meaningful for digital scalar type)
Definition Stream.h:120
WaveformBase * m_waveform
The current waveform (or null if nothing here)
Definition Stream.h:114
Unit m_yAxisUnit
Unit of measurement for our vertical axis.
Definition Stream.h:108
size_t m_digitalValueWidth
Width of the digital value, in bits (1 to 64)
Definition Stream.h:123
std::string m_name
Name of the stream.
Definition Stream.h:111
double m_value
The current value (only meaningful for analog scalar type)
Definition Stream.h:117
uint8_t m_flags
Flags that apply to this waveform. Bitfield. STREAM_DO_NOT_INTERPOLATE: hint that this stream should ...
Definition Stream.h:140
A unit of measurement, plus conversion to pretty-printed output.
Definition Unit.h:59