Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

sbs_def.h

Go to the documentation of this file.
00001 //-------------------------------------------------------------
00002 //        Go4 Release Package v3.04-01 (build 30401)
00003 //                      28-November-2008
00004 //---------------------------------------------------------------
00005 //   The GSI Online Offline Object Oriented (Go4) Project
00006 //   Experiment Data Processing at EE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 #include "typedefs.h"
00017 /*
00018  * N. Kurz:
00019  * global definitions for the single branch system (sbs)
00020  */
00021 
00022 #define SBS__STR_LEN_32      32
00023 #define SBS__STR_LEN_64      64
00024 #define SBS__STR_LEN_96      96
00025 #define SBS__STR_LEN_128     128
00026 #define SBS__N_CR            16 /* maximal nr. of crates in the sbs  */
00027 #define SBS__N_TRG_TYP       16 /* maximal nr. of different trigger types */
00028 #define SBS__B_TRG_TYP       1  /* first valid trigger type */
00029 
00030 #define TRIG__CLEARED 0x10
00031 
00032 #define SBS__SETUP_TAB       "setup"
00033 #define SBS__READOUT_TAB     "readout_table"
00034 #define SBS__DAQ_STATUS_TAB  "daq_status"
00035 #define REM__MEM_NAME        "rem_mem"
00036 #define REM__CAM_NAME        "rem_cam"
00037 #define LOC__MEM_NAME        "loc_crate_access"
00038 #define SE__MEB_ASY_NAME     "to be defined"
00039 #define SE__PIPE_NAME        "se_pipe"
00040 #define CVC__IRQ_NAME        "CVC_irq_control"
00041 #define EVT__BUF_STREAMS     "event_buffer_streams"
00042 
00043 #define LOC__ESONE_NAME      "loc_esone"
00044 #define REM__ESONE_NAME      "rem_esone"
00045 #define LOC__ESONE_LEN       0x50000
00046 #define REM__ESONE_LEN       0x2000000
00047 
00048 #define TRIG__VME_BASE       0x2000000L
00049 #define TRIG__VME_SIZE       0x1000L
00050 #define TRIG__VME_NAME       "VME_trig_mod"
00051 #define TRIG__VME_RIO2_OFF   0xE0000000L
00052 
00053 #define TRIG__REM_SIZE       0x2000L
00054 #define TRIG__REM_NAME       "rem_trig_mod"
00055 
00056 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Fri Nov 28 12:59:33 2008 for Go4-v3.04-1 by  doxygen 1.4.2