4 #define DAQ_RUN_START 0x20
5 #define RTS_RUN_START DAQ_RUN_START
7 #define DAQ_RUN_STOP 0x21
8 #define RTS_RUN_STOP DAQ_RUN_STOP
10 #define DAQ_RUN_PAUSE 0x22
11 #define RTS_RUN_PAUSE DAQ_RUN_PAUSE
13 #define DAQ_RUN_RESUME 0x23
14 #define RTS_RUN_RESUME DAQ_RUN_RESUME
16 #define DAQ_SEND_CONFIG 0x24
17 #define RTS_SEND_CONFIG DAQ_SEND_CONFIG
19 #define DAQ_SEND_RECONFIG 0x26
20 #define RTS_SEND_RECONFIG DAQ_SEND_RECONFIG
22 #define DAQ_FLUSH_TOKENS 0x27
23 #define RTS_FLUSH_TOKENS DAQ_FLUSH_TOKENS
25 #define DAQ_QUERY_TOKENS 0x28
26 #define RTS_QUERY_TOKENS DAQ_QUERY_TOKENS
28 #define DAQ_SEND_RECONFIG 0x26
29 #define RTS_SEND_RECONFIG DAQ_SEND_RECONFIG
31 #define RTS_FORCE_STOP 0x46
32 #define RTS_RECONNECT 0x48