StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsCmds.h
1 #ifndef _RTSCMDS_H_
2 #define _RTSCMDS_H_
3 
4 #define DAQ_RUN_START 0x20
5 #define RTS_RUN_START DAQ_RUN_START
6 
7 #define DAQ_RUN_STOP 0x21
8 #define RTS_RUN_STOP DAQ_RUN_STOP
9 
10 #define DAQ_RUN_PAUSE 0x22
11 #define RTS_RUN_PAUSE DAQ_RUN_PAUSE
12 
13 #define DAQ_RUN_RESUME 0x23
14 #define RTS_RUN_RESUME DAQ_RUN_RESUME
15 
16 #define DAQ_SEND_CONFIG 0x24
17 #define RTS_SEND_CONFIG DAQ_SEND_CONFIG
18 
19 #define DAQ_SEND_RECONFIG 0x26
20 #define RTS_SEND_RECONFIG DAQ_SEND_RECONFIG
21 
22 #define DAQ_FLUSH_TOKENS 0x27
23 #define RTS_FLUSH_TOKENS DAQ_FLUSH_TOKENS
24 
25 #define DAQ_QUERY_TOKENS 0x28
26 #define RTS_QUERY_TOKENS DAQ_QUERY_TOKENS
27 
28 #define DAQ_SEND_RECONFIG 0x26
29 #define RTS_SEND_RECONFIG DAQ_SEND_RECONFIG
30 
31 #define RTS_FORCE_STOP 0x46
32 #define RTS_RECONNECT 0x48
33 
34 #endif