Sample acquired by the DAQ system.
More...
#include <CDAQController.h>
|
| | CDAQSample () |
| const std::vector< BYTE > & | getData () const |
| | acquisition data in flat memory layout.
|
| WORD | getIndex () const |
| | index of the DAQ item
|
| uint64_t | getTime () const |
| | Returns time of acquisition in microseconds.
|
| std::string | toString () const |
| | Returns contents of this object in human readable form.
|
Sample acquired by the DAQ system.
Python example: data_recorder_with_daq.py
◆ CDAQSample()
| isys::CDAQSample::CDAQSample |
( |
| ) |
|
◆ getData()
| const std::vector< BYTE > & isys::CDAQSample::getData |
( |
| ) |
const |
|
inline |
◆ getIndex()
| WORD isys::CDAQSample::getIndex |
( |
| ) |
const |
|
inline |
index of the DAQ item
- Since
- 9.12.288
◆ getTime()
| uint64_t isys::CDAQSample::getTime |
( |
| ) |
const |
|
inline |
Returns time of acquisition in microseconds.
- Since
- 9.12.288
◆ toString()
| std::string isys::CDAQSample::toString |
( |
| ) |
const |
|
inline |
Returns contents of this object in human readable form.
- Since
- 9.12.288