Belle II Software
development
Toggle main menu visibility
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
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
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
Typedefs
Macros
RevRb2Sock.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
#pragma once
9
10
#include <string>
11
12
#include "framework/pcore/RingBuffer.h"
13
#include "daq/dataflow/REvtSocket.h"
14
#include "daq/rfarm/manager/RFFlowStat.h"
15
16
#define RBUFSIZE 100000000
17
18
namespace
Belle2
{
24
class
RevRb2Sock
{
25
public
:
27
RevRb2Sock
(std::string rbuf,
int
port, std::string shmname,
int
id
);
28
~RevRb2Sock
(
void
);
29
31
int
SendEvent
(
void
);
32
33
private
:
34
RingBuffer
* m_rbuf;
35
REvtSocketSend
* m_sock;
36
RFFlowStat
* m_flow;
37
char
* m_evtbuf;
38
39
};
40
42
}
Belle2::REvtSocketSend
Definition:
REvtSocket.h:46
Belle2::RFFlowStat
Definition:
RFFlowStat.h:27
Belle2::RevRb2Sock
Definition:
RevRb2Sock.h:24
Belle2::RevRb2Sock::SendEvent
int SendEvent(void)
Event function.
Definition:
RevRb2Sock.cc:32
Belle2::RingBuffer
Class to manage a Ring Buffer placed in an IPC shared memory.
Definition:
RingBuffer.h:39
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
daq
rfarm
event
include
RevRb2Sock.h
Generated on Thu Apr 10 2025 02:33:17 for Belle II Software by
1.9.6