GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
e
g
h
i
l
m
o
p
r
w
Functions
Variables
Enumerations
Enumerator
g
m
o
p
w
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
d
e
f
h
k
m
n
p
s
u
v
Related Symbols
a
c
d
e
f
h
l
m
s
t
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
m
n
p
q
r
s
u
Variables
c
d
f
g
i
k
l
m
n
p
r
s
t
v
Typedefs
Enumerations
Enumerator
a
b
c
e
f
g
k
m
o
r
s
u
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
MbsAPI
s_ves10_1.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 S_VES10_1_H
15
#define S_VES10_1_H
16
17
#include "
typedefs.h
"
18
/* ================= GSI VME Subevent header ======================= */
19
20
#if MBS_ENDIAN == 1
21
22
typedef
struct
23
{
24
INTS4
l_dlen;
/* Data length +2 in words */
25
INTS2
i_subtype;
26
INTS2
i_type;
27
CHARS
h_control;
/* Processor type code */
28
CHARS
h_subcrate;
/* Subcrate number */
29
INTS2
i_procid;
/* Processor ID [as loaded from VAX] */
30
}
s_ves10_1
;
31
/* ------------------------------------------------------------------ */
32
33
#else
34
35
typedef
struct
36
{
37
INTS4
l_dlen
;
/* Data length +2 in words */
38
INTS2
i_type
;
39
INTS2
i_subtype
;
40
INTS2
i_procid
;
/* Processor ID [as loaded from VAX] */
41
CHARS
h_subcrate
;
/* Subcrate number */
42
CHARS
h_control
;
/* Processor type code */
43
}
s_ves10_1
;
35
typedef
struct
{
…
};
44
45
#endif
46
47
#endif
s_ves10_1
Definition
s_ves10_1.h:36
s_ves10_1::i_subtype
INTS2 i_subtype
Definition
s_ves10_1.h:39
s_ves10_1::i_type
INTS2 i_type
Definition
s_ves10_1.h:38
s_ves10_1::i_procid
INTS2 i_procid
Definition
s_ves10_1.h:40
s_ves10_1::h_subcrate
CHARS h_subcrate
Definition
s_ves10_1.h:41
s_ves10_1::h_control
CHARS h_control
Definition
s_ves10_1.h:42
s_ves10_1::l_dlen
INTS4 l_dlen
Definition
s_ves10_1.h:37
typedefs.h
INTS4
int INTS4
Definition
typedefs.h:28
INTS2
short INTS2
Definition
typedefs.h:26
CHARS
char CHARS
Definition
typedefs.h:21
Generated by
1.13.2