QDaqCommonDefs.hh

Go to the documentation of this file.
00001 
00006 #ifndef _Q_DAQ_COMMON_DEFS_HH_
00007 #define _Q_DAQ_COMMON_DEFS_HH_
00008 
00010 enum QDaqState {
00011    Q_Idle_State=1,     
00012    Q_Running_State=2,  
00013    Q_Paused_State=4,   
00014    Q_Exiting_State=64, 
00015    Q_Unknown_State=0   
00016 };
00017 
00019 enum ProcessStatus_t {
00020    QUnknown_s   = -1, 
00021    QIdle_s       = 1, 
00022    QReady_s      = 2, 
00023    QRunning_s    = 3, 
00024    QStopped_s    = 4, 
00025    QPaused_s     = 5, 
00026    QAskStatus_s  = 6, 
00028    QTriggerOn_s  = 7, 
00029    QTriggerOff_s = 8, 
00030    QError_s      = 9, 
00031    QExiting_s   = 10, 
00032    QIgnore_s    = 11  
00033 };
00034 
00035 #endif

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