forked from sPHENIX-Collaboration/rcdaq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rcdaq_actions.h
51 lines (36 loc) · 1.16 KB
/
rcdaq_actions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#ifndef __RCDAQ_ACTIONS_H
#define __RCDAQ_ACTIONS_H
#define DAQ_BEGIN 101
#define DAQ_END 102
#define DAQ_OPEN 103
#define DAQ_CLOSE 104
#define DAQ_SETFILERULE 105
#define DAQ_SETRUNTYPE 106
#define DAQ_GETRUNTYPE 107
#define DAQ_DEFINERUNTYPE 108
#define DAQ_LISTRUNTYPES 109
#define DAQ_FAKETRIGGER 110
#define DAQ_SETMAXEVENTS 111
#define DAQ_SETMAXVOLUME 112
#define DAQ_SETMAXBUFFERSIZE 113
#define DAQ_DEVICE 114
#define DAQ_LISTREADLIST 115
#define DAQ_CLEARREADLIST 116
#define DAQ_STATUS 117
#define DAQ_FULLSTATUS 118
#define DAQ_RUNNUMBERFILE 119
#define DAQ_SETADAPTIVEBUFFER 120
#define DAQ_ELOG 121
#define DAQ_LOAD 122
#define DAQ_WEBCONTROL 123
#define DAQ_SETNAME 124
#define DAQ_GETNAME 125
#define DAQ_GETLASTFILENAME 126
#define DAQ_END_IMMEDIATE 127
#define DAQ_SET_SERVER 128
#define DAQ_DEVICE_RANDOM 1001
#define DAQ_DEVICE_FILE 1002
#define DAQ_DEVICE_TSPMPROTO 1003
#define DAQ_DEVICE_TSPMPARAMS 1004
#define DAQ_DEVICE_FILENUMBERS 1005
#endif