Classes | |
struct | IPacketReader |
A signal reader reads packets from a signal data stream. More... | |
class | PacketReaderPtr |
A signal reader reads packets from a signal data stream. More... | |
Functions | |
daq::PacketPtr | read () const |
Retrieves the next available packet in the data-stream. More... | |
daq::ListPtr< daq::IPacket > | readAll () const |
Retrieves all the currently available packets in the data-stream. More... | |
|
inline |
Retrieves the next available packet in the data-stream.
nullptr
if not are available.
|
inline |
Retrieves all the currently available packets in the data-stream.