GSI Object Oriented Online Offline (Go4)  GO4-6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sys_def.h
Go to the documentation of this file.
1 // $Id: sys_def.h 2813 2020-05-13 12:22:10Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #include "typedefs.h"
15 /*
16  * N. Kurz
17  * Lynx specific definitions
18  */
19 
20 #ifndef FALSE
21 #define FALSE 0
22 #endif
23 
24 #ifndef TRUE
25 #define TRUE 1
26 #endif
27 
28 #define SYS__N_MAX_PROCS 30
29 #define SYS__SEGM_BLK_SIZE 0x1000
30 /* index in daqst-> bh_running[] */
31 #define SYS__read_meb 0
32 #define SYS__collector 1
33 #define SYS__transport 2
34 #define SYS__event_serv 3
35 #define SYS__msg_log 4
36 #define SYS__dispatch 5
37 #define SYS__util 6
38 #define SYS__sbs_mon 7
39 #define SYS__read_cam_slav 8
40 #define SYS__esone_serv 9
41 #define SYS__stream_serv 10
42 #define SYS__histogram 11
43 #define SYS__prompt 12
44 #define SYS__daq_rate 13
45 #define SYS__smi 14
46 #define SYS__ds 15
47 #define SYS__dr 16
48 #define SYS__ar 17
49 #define SYS__rirec 18
50 #define SYS__to 19
51 #define SYS__vme_serv 20