Status information about the DAQ system. More...
#include <CDAQController.h>
Public Member Functions | |
| bool | getCoreEnable () const |
| bool | getGlobalEnable () const |
Returns true if global DAQ sampling is enabled. | |
| DWORD | getLastLoopTime () const |
| DAQ loop time in milliseconds since last status check. | |
| DWORD | getNumLoops () const |
| Number of loops executed since configuration reset. | |
| DWORD | getNumSamplesAvailable () const |
| Number of samples ready for readout. | |
| bool | getOverflow () const |
| Indicates whether an overflow in the DAQ sample buffer has occurred since last status check. | |
| QWORD | getTime () const |
| Current time in DAQ ticks. | |
| std::string | toString () const |
| Returns contents of this object in human readable form. | |
Status information about the DAQ system.
Python example: data_recorder_with_daq.py
|
inline |
Returns true if DAQ sampling on this core is enabled.
|
inline |
Current time in DAQ ticks.
Python example: daq_simple.py