00001 #ifndef _RTSCMDS_H_
00002 #define _RTSCMDS_H_
00003
00004 #define DAQ_RUN_START 0x20
00005 #define RTS_RUN_START DAQ_RUN_START
00006
00007 #define DAQ_RUN_STOP 0x21
00008 #define RTS_RUN_STOP DAQ_RUN_STOP
00009
00010 #define DAQ_RUN_PAUSE 0x22
00011 #define RTS_RUN_PAUSE DAQ_RUN_PAUSE
00012
00013 #define DAQ_RUN_RESUME 0x23
00014 #define RTS_RUN_RESUME DAQ_RUN_RESUME
00015
00016 #define DAQ_SEND_CONFIG 0x24
00017 #define RTS_SEND_CONFIG DAQ_SEND_CONFIG
00018
00019 #define DAQ_FLUSH_TOKENS 0x27
00020 #define RTS_FLUSH_TOKENS DAQ_FLUSH_TOKENS
00021
00022 #define DAQ_QUERY_TOKENS 0x28
00023 #define RTS_QUERY_TOKENS DAQ_QUERY_TOKENS
00024
00025 #define RTS_FORCE_STOP 0x46
00026 #define RTS_RECONNECT 0x48
00027
00028 #endif