GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
MbsAPI
s_evhe.h
Go to the documentation of this file.
1
// $Id: s_evhe.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_EVHE
15
#define S_EVHE
16
17
#include "
typedefs.h
"
18
19
#if MBS_ENDIAN == 1
20
21
/* ================= GSI VME General event header =============== */
22
typedef
struct
23
{
24
INTS4
l_dlen;
/* Length of data in words */
25
INTS2
i_subtype;
26
INTS2
i_type;
27
}
s_evhe
;
28
/* ------------------------------------------------------------------ */
29
30
#else
31
32
typedef
struct
33
{
34
INTS4
l_dlen
;
/* Length of data in words */
35
INTS2
i_type
;
36
INTS2
i_subtype
;
37
}
s_evhe
;
38
39
#endif
40
41
#endif
INTS2
short INTS2
Definition:
typedefs.h:26
s_evhe
Definition:
s_evhe.h:32
s_evhe::i_type
INTS2 i_type
Definition:
s_evhe.h:35
INTS4
int INTS4
Definition:
typedefs.h:28
s_evhe::i_subtype
INTS2 i_subtype
Definition:
s_evhe.h:36
s_evhe::l_dlen
INTS4 l_dlen
Definition:
s_evhe.h:34
typedefs.h
Generated on Fri Oct 26 2018 08:34:53 for GSI Object Oriented Online Offline (Go4) by
1.8.8