37#ifndef StreamGroupDescriptor_h
38#define StreamGroupDescriptor_h
56 assert(!m_channels.empty());
60 {
return (!m_channels.empty()); }
62 const std::string& GetName()
const;
64 std::string m_groupName;
65 std::vector<OscilloscopeChannel*> m_channels;
Definition AcceleratorBuffer.h:204
A single channel on an oscilloscope.
Definition OscilloscopeChannel.h:49
Descriptor for a group of streams comming from different channels (typically a channel bank)
Definition StreamGroupDescriptor.h:46
Stream::StreamType GetType()
Get the type of stream (if connected). Returns STREAM_TYPE_ANALOG if null.
Definition StreamGroupDescriptor_inlines.h:61
StreamType
General data type stored in a stream.
Definition Stream.h:57
A unit of measurement, plus conversion to pretty-printed output.
Definition Unit.h:59