Belle II Software
development
mybuf.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
#ifndef mybuf_h
9
#define mybuf_h
10
11
const
int
mybuf_revision = 3;
12
13
struct
mybuf
{
14
uint32 reserved[300000];
15
uint32 nodeid;
16
uint32 state;
17
uint32 ctime;
18
uint32 eflag;
19
uint32 expno;
20
uint32 runno;
21
uint32 subno;
22
uint32 reserved2[2];
23
struct
io_status
{
24
uint32 nqueue;
25
uint32 state;
26
uint32 count;
27
uint32 reserved_i;
28
float
freq;
29
float
evtsize;
30
float
rate;
31
float
reserved_f;
32
} io[2];
33
};
34
35
#endif
mybuf::io_status
Definition:
mybuf.h:23
mybuf
Definition:
mybuf.h:13
daq
slc
readout
include
mybuf.h
Generated on Tue Nov 12 2024 02:35:37 for Belle II Software by
1.9.6