GSI Object Oriented Online Offline (Go4)  GO4-5.3.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 478 2009-10-29 12:26:09Z 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 für 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 #define FALSE 0
21 #define TRUE 1
22 #define SYS__N_MAX_PROCS 30
23 #define SYS__SEGM_BLK_SIZE 0x1000
24 /* index in daqst-> bh_running[] */
25 #define SYS__read_meb 0
26 #define SYS__collector 1
27 #define SYS__transport 2
28 #define SYS__event_serv 3
29 #define SYS__msg_log 4
30 #define SYS__dispatch 5
31 #define SYS__util 6
32 #define SYS__sbs_mon 7
33 #define SYS__read_cam_slav 8
34 #define SYS__esone_serv 9
35 #define SYS__stream_serv 10
36 #define SYS__histogram 11
37 #define SYS__prompt 12
38 #define SYS__daq_rate 13
39 #define SYS__smi 14
40 #define SYS__ds 15
41 #define SYS__dr 16
42 #define SYS__ar 17
43 #define SYS__rirec 18
44 #define SYS__to 19
45 #define SYS__vme_serv 20