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
FlowMonitor.h
1
#ifndef _Belle2_FlowMonitor_h
2
#define _Belle2_FlowMonitor_h
3
4
#include <daq/slc/readout/RunInfoBuffer.h>
5
#include <daq/slc/readout/IOInfo.h>
6
#include <daq/slc/readout/ronode_status.h>
7
8
namespace
Belle2
{
14
class
FlowMonitor
{
15
16
public
:
17
FlowMonitor
()
18
{
19
m_ioinfo.push_back(
IOInfo
());
20
m_ioinfo.push_back(
IOInfo
());
21
m_info = NULL;
22
m_status.connection_in = 0;
23
m_status.connection_out = 0;
24
}
25
~
FlowMonitor
() {}
26
27
public
:
28
bool
open(
RunInfoBuffer
* m_info);
29
bool
close();
30
ronode_status
& monitor();
31
const
ronode_status
& getStatus()
const
{
return
m_status; }
32
ronode_status
& getStatus() {
return
m_status; }
33
bool
isAvailable()
const
{
return
m_info != NULL; }
34
35
private
:
36
std::string m_nodename;
37
RunInfoBuffer
* m_info;
38
std::vector<IOInfo> m_ioinfo;
39
std::string m_ip[2];
40
unsigned
long
long
m_nbyte[2];
41
ronode_status
m_status;
42
43
};
44
46
}
47
48
#endif
Belle2::ronode_status
Definition:
ronode_status.h:16
Belle2::RunInfoBuffer
Definition:
RunInfoBuffer.h:15
Belle2::IOInfo
Definition:
IOInfo.h:12
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::FlowMonitor
Definition:
FlowMonitor.h:14
daq
slc
readout
include
FlowMonitor.h
Generated on Tue Jan 4 2022 02:54:27 for Belle II Software by
1.8.17