|
openDAQ
Open data acquisition platform
|
Collaboration diagram for Block reader status:Enumerations | |
| enum class | ReadTimeoutType { Any , All } |
| Controls how Reader read call time-outs are handled. More... | |
Functions | |
| daq::SizeT | getReadSamples () const |
| Returns the number of samples that were read. Sometimes, during the process of reading, an event packet may occur that stops the reading of remaining samples. Developers can use this function to determine how many samples were actually read. More... | |
| 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... | |
| 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... | |
|
strong |
|
inline |
Retrieves the event packet from the reading process.
|
inline |
Retrieves the dictionary of event packets from the reading process, ordered by signals.
|
inline |
Retrieves the descriptor of main signal. The main signal is the first signal in the list of signals.
|
inline |
Retrieves the offset of the the read values.
|
inline |
Returns the number of samples that were read. Sometimes, during the process of reading, an event packet may occur that stops the reading of remaining samples. Developers can use this function to determine how many samples were actually read.
| [out] | samplesCount | the amount of samples that were read. |
|
inline |
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.
|
inline |
Checks the validity of the reader.