openDAQ
Open data acquisition platform
MultiReaderStatusPtr Class Reference

IMultiReaderStatus inherits from IReaderStatus to expand information returned read function. More...

+ Inheritance diagram for MultiReaderStatusPtr:
+ Collaboration diagram for MultiReaderStatusPtr:

Detailed Description

IMultiReaderStatus inherits from IReaderStatus to expand information returned read function.

Public Member Functions

daq::DictPtr< daq::IString, daq::IEventPacket > getEventPackets () const
 Retrieves the dictionary of event packets from the reading process, ordered by signals. More...
 
daq::EventPacketPtr getMainDescriptor () const
 Retrieves the descriptor of main signal. The main signal is the first signal in the list of signals. More...
 
- Public Member Functions inherited from GenericReaderStatusPtr< IMultiReaderStatus >
daq::ReadStatus getReadStatus () const
 Retrieves the current reading status, indicating whether the reading process is in an "Ok" state, has encountered an Event, has failed, or is in an Unknown state. More...
 
daq::EventPacketPtr getEventPacket () const
 Retrieves the event packet from the reading process. More...
 
daq::Bool getValid () const
 Checks the validity of the reader. More...
 
daq::NumberPtr getOffset () const
 Retrieves the offset of the the read values. More...