Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rcdaq_actions.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file rcdaq_actions.h
1 #ifndef __RCDAQ_ACTIONS_H
2 #define __RCDAQ_ACTIONS_H
3 
4 #define DAQ_BEGIN 101
5 #define DAQ_END 102
6 #define DAQ_OPEN 103
7 #define DAQ_CLOSE 104
8 #define DAQ_SETFILERULE 105
9 #define DAQ_SETRUNTYPE 106
10 #define DAQ_GETRUNTYPE 107
11 #define DAQ_DEFINERUNTYPE 108
12 #define DAQ_LISTRUNTYPES 109
13 
14 #define DAQ_FAKETRIGGER 110
15 #define DAQ_SETMAXEVENTS 111
16 #define DAQ_SETMAXVOLUME 112
17 #define DAQ_SETMAXBUFFERSIZE 113
18 
19 #define DAQ_DEVICE 114
20 #define DAQ_LISTREADLIST 115
21 #define DAQ_CLEARREADLIST 116
22 #define DAQ_STATUS 117
23 #define DAQ_FULLSTATUS 118
24 
25 #define DAQ_RUNNUMBERFILE 119
26 #define DAQ_SETADAPTIVEBUFFER 120
27 
28 #define DAQ_ELOG 121
29 #define DAQ_LOAD 122
30 
31 #define DAQ_WEBCONTROL 123
32 #define DAQ_SETNAME 124
33 #define DAQ_GETNAME 125
34 
35 #define DAQ_GETLASTFILENAME 126
36 
37 #define DAQ_END_IMMEDIATE 127
38 
39 #define DAQ_SET_SERVER 128
40 
41 #define DAQ_BEGIN_IMMEDIATE 129
42 
43 #define DAQ_SYNC 130
44 
45 #define DAQ_ROLLOVERLIMIT 131
46 
47 #define DAQ_SETEVENTFORMAT 132
48 
49 //#define DAQ_OPENSQLSTREAM 133
50 //#define DAQ_CLOSESQLSTREAM 134
51 
52 #define DAQ_SET_RUNCONTROLMODE 135
53 #define DAQ_GET_RUNCONTROLMODE 136
54 
55 #define DAQ_SET_MQTT_HOST 137
56 #define DAQ_GET_MQTT_HOST 138
57 
58 #define DAQ_GETLASTEVENTNUMBER 139
59 
60 #define DAQ_SETRUNNUMBERAPP 140
61 
62 #define DAQ_SET_COMPRESSION 141
63 
64 
65 
66 #define DAQ_DEVICE_RANDOM 1001
67 #define DAQ_DEVICE_FILE 1002
68 #define DAQ_DEVICE_TSPMPROTO 1003
69 #define DAQ_DEVICE_TSPMPARAMS 1004
70 #define DAQ_DEVICE_FILENUMBERS 1005
71 
72 
73 #endif
74