GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
sys_def.h
Go to the documentation of this file.
1// $Id$
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#ifndef SYS_DEF_H
15#define SYS_DEF_H
16
17#include "typedefs.h"
18/*
19 * N. Kurz
20 * Lynx specific definitions
21 */
22
23#ifndef FALSE
24#define FALSE 0
25#endif
26
27#ifndef TRUE
28#define TRUE 1
29#endif
30
31#define SYS__N_MAX_PROCS 30
32#define SYS__SEGM_BLK_SIZE 0x1000
33/* index in daqst-> bh_running[] */
34#define SYS__read_meb 0
35#define SYS__collector 1
36#define SYS__transport 2
37#define SYS__event_serv 3
38#define SYS__msg_log 4
39#define SYS__dispatch 5
40#define SYS__util 6
41#define SYS__sbs_mon 7
42#define SYS__read_cam_slav 8
43#define SYS__esone_serv 9
44#define SYS__stream_serv 10
45#define SYS__histogram 11
46#define SYS__prompt 12
47#define SYS__daq_rate 13
48#define SYS__smi 14
49#define SYS__ds 15
50#define SYS__dr 16
51#define SYS__ar 17
52#define SYS__rirec 18
53#define SYS__to 19
54#define SYS__vme_serv 20
55
56#endif