GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sbs_def.h
Go to the documentation of this file.
1 // $Id: sbs_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  * global definitions for the single branch system (sbs)
18  */
19 
20 #define SBS__STR_LEN_32 32
21 #define SBS__STR_LEN_64 64
22 #define SBS__STR_LEN_96 96
23 #define SBS__STR_LEN_128 128
24 #define SBS__N_CR 16 /* maximal nr. of crates in the sbs */
25 #define SBS__N_TRG_TYP 16 /* maximal nr. of different trigger types */
26 #define SBS__B_TRG_TYP 1 /* first valid trigger type */
27 
28 #define TRIG__CLEARED 0x10
29 
30 #define SBS__SETUP_TAB "setup"
31 #define SBS__READOUT_TAB "readout_table"
32 #define SBS__DAQ_STATUS_TAB "daq_status"
33 #define REM__MEM_NAME "rem_mem"
34 #define REM__CAM_NAME "rem_cam"
35 #define LOC__MEM_NAME "loc_crate_access"
36 #define SE__MEB_ASY_NAME "to be defined"
37 #define SE__PIPE_NAME "se_pipe"
38 #define CVC__IRQ_NAME "CVC_irq_control"
39 #define EVT__BUF_STREAMS "event_buffer_streams"
40 
41 #define LOC__ESONE_NAME "loc_esone"
42 #define REM__ESONE_NAME "rem_esone"
43 #define LOC__ESONE_LEN 0x50000
44 #define REM__ESONE_LEN 0x2000000
45 
46 #define TRIG__VME_BASE 0x2000000L
47 #define TRIG__VME_SIZE 0x1000L
48 #define TRIG__VME_NAME "VME_trig_mod"
49 #define TRIG__VME_RIO2_OFF 0xE0000000L
50 
51 #define TRIG__REM_SIZE 0x2000L
52 #define TRIG__REM_NAME "rem_trig_mod"