Belle II Software
release-06-01-15
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
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
v
w
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
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
RawRevSock2Rb.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
9
#include <string>
10
11
#include "framework/pcore/RingBuffer.h"
12
#include "daq/dataflow/RSocketLib.h"
13
#include "daq/rfarm/manager/RFFlowStat.h"
14
15
#define MAXBUFSIZE 20000000
16
#define RBUFSIZE 100000000
17
18
class
RawRevSock2Rb
{
19
public
:
21
RawRevSock2Rb
(std::string rbuf, std::string src,
int
port, std::string shmname,
int
id
);
22
~
RawRevSock2Rb
(
void
);
23
25
int
ReceiveEvent
(
void
);
26
28
int
Reconnect
(
int
ntry);
29
30
private
:
31
Belle2::RingBuffer
* m_rbuf;
32
Belle2::RSocketRecv
* m_sock;
33
Belle2::RFFlowStat
* m_flow;
34
char
* m_evtbuf;
35
int
* m_buf;
36
37
};
38
Belle2::RFFlowStat
Definition:
RFFlowStat.h:27
Belle2::RSocketRecv
Definition:
RSocketLib.h:58
Belle2::RingBuffer
Class to manage a Ring Buffer placed in an IPC shared memory.
Definition:
RingBuffer.h:39
RawRevSock2Rb
Definition:
RawRevSock2Rb.h:18
RawRevSock2Rb::RawRevSock2Rb
RawRevSock2Rb(std::string rbuf, std::string src, int port, std::string shmname, int id)
Constuctor and Destructor.
Definition:
RawRevSock2Rb.cc:17
RawRevSock2Rb::ReceiveEvent
int ReceiveEvent(void)
Event function.
Definition:
RawRevSock2Rb.cc:34
RawRevSock2Rb::Reconnect
int Reconnect(int ntry)
Reconnect.
Definition:
RawRevSock2Rb.cc:55
daq
rfarm
event
include
RawRevSock2Rb.h
Generated on Fri Dec 8 2023 04:16:08 for Belle II Software by
1.9.1