14 #define RC_CONFIGURING 6
16 #define RC_WAITING 128
17 #define RC_READY_WAIT (RC_WAITING + RC_READY)
18 #define RC_RUNNING_WAIT (RC_WAITING + RC_RUNNING)
19 #define RC_PAUSED_WAIT (RC_WAITING + RC_PAUSED)
20 #define RC_PRESENT_WAIT (RC_WAITING + RC_PRESENT)
23 #define GS_ZERO 0 //unused; but for completeness
27 #define GS_CONFIGURING 3
28 #define GS_CONFIGURED 4
35 #define GS_WAITING 11 // mix of states for multinode detectors...
36 #define GS_SYNCING 12 // for FCS serial links
37 #define GS_ANY 100 // I want to move this to a sane value like 12
42 #define GSR_STOPRUN_OPER_BAD 2 // operator marked bad
43 #define GSR_FLUSHTOKENS 3
44 #define GSR_FORCESTOP 4 // Also fill in node
45 #define GSR_DISCONNECTED 5 // Also fill in node
46 #define GSR_REBOOTED 6
47 #define GSR_STOPRUN_FAILED 7 // the stoprun command failed: file in node
52 #define ETH_OUT_SERVER "daqman"
53 #define ETH_SERVER_PORT 4000
54 #define ETH_UNIX_PORT ETH_SERVER_PORT
55 #define ETH_CLIENT_PORT 4001
56 #define ETH_VXWORKS_PORT ETH_CLIENT_PORT
57 #define ETH_RC_PORT 4010
63 #define EVB_DEST_SCSI 0
64 #define EVB_DEST_TAPE 1
65 #define EVB_DEST_FILE 2
66 #define EVB_DEST_NONE 3
67 #define EVB_DEST_ETHNET 4
68 #define EVB_DEST_MYRINET 5
69 #define EVB_DEST_MYRINET2 6
71 #define BB_DEST_NONE 0
73 #define BB_DEST_DISK 2
74 #define BB_DEST_DBONLY 3
75 #define BB_DEST_COPY 4
76 #define BB_DEST_WRITER_NONE 5
77 #define BB_DEST_LOCAL_DISK 6
78 #define BB_DEST_NONE_EVB 7