GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
s_ve10_1.h
Go to the documentation of this file.
1 // $Id: s_ve10_1.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 #ifndef S_VE10_1
15 #define S_VE10_1
16 
17 #include "typedefs.h"
18 /* ================= GSI VME Event header ======================= */
19 
20 #if MBS_ENDIAN == 1
21 
22 typedef struct
23 {
24 INTS4 l_dlen; /* Data length + 4 in words */
25 INTS2 i_subtype;
26 INTS2 i_type;
27 INTS2 i_trigger; /* Trigger number */
28 INTS2 i_dummy; /* Not used yet */
29 INTS4 l_count; /* Current event number */
30 } s_ve10_1;
31  /* ------------------------------------------------------------------ */
32 
33 #else
34 
35 typedef struct
36 {
37 INTS4 l_dlen; /* Data length + 4 in words */
40 INTS2 i_dummy; /* Not used yet */
41 INTS2 i_trigger; /* Trigger number */
42 INTS4 l_count; /* Current event number */
43 } s_ve10_1;
44 
45 #endif
46 
47 #endif
short INTS2
Definition: typedefs.h:26
INTS2 i_type
Definition: s_ve10_1.h:38
INTS4 l_dlen
Definition: s_ve10_1.h:37
int INTS4
Definition: typedefs.h:28
INTS2 i_dummy
Definition: s_ve10_1.h:40
INTS2 i_trigger
Definition: s_ve10_1.h:41
INTS2 i_subtype
Definition: s_ve10_1.h:39
INTS4 l_count
Definition: s_ve10_1.h:42