QDaqCommonDefs.hh File Reference


Detailed Description

collection of daq definition that are shared between diana and apollo

Author:
sergio.didomizio@ge.infn.it

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...


Enumeration Type Documentation

enum ProcessStatus_t

available process statuses

Enumerator:
QUnknown_s  unknown status
QIdle_s  process is idle at startup and after reset signal
QReady_s  process is ready but is doing nothing
QRunning_s  process is running
QStopped_s  process is stopped
QPaused_s  process is paused (not implemented)
QAskStatus_s  special status used to send process state to MsgLogger
QTriggerOn_s  used by DataReder: enable trigger if disabled
QTriggerOff_s  used by DataReder: disable trigger if enabled
QError_s  an error occurred
QExiting_s  process is exiting
QIgnore_s  any signal associated to this status is ignored

enum QDaqState

possible states for the daq system

Enumerator:
Q_Idle_State  idle state
Q_Running_State  runninng state
Q_Paused_State  paused state
Q_Exiting_State  exiting state
Q_Unknown_State  unknown state


Generated on Fri Mar 6 13:40:40 2009 for CUORE Software by  doxygen 1.5.1