Belle II Software
release-05-02-19
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
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
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
h2m.h
1
/* h2m.h */
2
3
4
#ifndef H2M_H
5
#define H2M_H
6
7
8
struct
h2m_header_t
{
9
unsigned
int
h_n_words;
/* network byte order */
10
unsigned
int
h_n_words_in_header;
/* network byte order */
11
unsigned
int
h_hltout_id;
12
unsigned
int
h_reserved[1];
13
unsigned
int
h_marker;
/* 0x5f5f5f5f */
14
};
15
16
17
struct
h2m_footer_t
{
18
unsigned
int
f_reserved[2];
19
unsigned
int
f_checksum;
/* checksum (currently 0) */
20
unsigned
int
f_marker;
/* 0xa0a0a0a0 */
21
};
22
23
24
#endif
/* H2M_H */
25
h2m_footer_t
Definition:
h2m.h:17
h2m_header_t
Definition:
h2m.h:8
daq
roisend
include
h2m.h
Generated on Tue Jan 4 2022 02:54:11 for Belle II Software by
1.8.17