Go to the source code of this file.
Enumerations | |
enum | QDaqState { Q_Idle_State = 1, Q_Running_State = 2, Q_Paused_State = 4, Q_Exiting_State = 64, Q_Unknown_State = 0 } |
possible states for the daq system More... | |
enum | ProcessStatus_t { QUnknown_s = -1, QIdle_s = 1, QReady_s = 2, QRunning_s = 3, QStopped_s = 4, QPaused_s = 5, QAskStatus_s = 6, QTriggerOn_s = 7, QTriggerOff_s = 8, QError_s = 9, QExiting_s = 10, QIgnore_s = 11 } |
available process statuses More... |
enum ProcessStatus_t |
available process statuses
enum QDaqState |