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
RFServerBase.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 SERVER_BASE_H
9
#define SERVER_BASE_H
10
11
#include "daq/rfarm/manager/RfNodeInfo.h"
12
#include <nsm2/nsm2.h>
13
14
namespace
Belle2
{
19
class
RFServerBase
{
20
public
:
21
RFServerBase
() {};
22
~RFServerBase
() {};
23
24
virtual
int
Configure(
NSMmsg
*,
NSMcontext
*) {
return
0; };
25
virtual
int
UnConfigure(
NSMmsg
*,
NSMcontext
*) {
return
0; };
26
virtual
int
Start(
NSMmsg
*,
NSMcontext
*) {
return
0; };
27
virtual
int
Stop(
NSMmsg
*,
NSMcontext
*) {
return
0; };
28
virtual
int
Pause(
NSMmsg
*,
NSMcontext
*) {
return
0; };
29
virtual
int
Resume(
NSMmsg
*,
NSMcontext
*) {
return
0; };
30
virtual
int
Restart(
NSMmsg
*,
NSMcontext
*) {
return
0; };
31
virtual
int
Status(
NSMmsg
*,
NSMcontext
*) {
return
0; };
32
33
virtual
void
SetNodeInfo(
RfNodeInfo
* ptr)
34
{
35
m_nsmmem = ptr;
36
};
37
38
virtual
RfNodeInfo
* GetNodeInfo()
39
{
40
return
m_nsmmem;
41
};
42
43
public
:
44
static
RFServerBase
* s_instance;
45
46
private
:
47
RfNodeInfo
* m_nsmmem;
48
49
};
51
}
52
#endif
Belle2::RFServerBase
Definition:
RFServerBase.h:19
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
Belle2::RfNodeInfo
Definition:
RfNodeInfo.h:17
NSMcontext_struct
Definition:
nsmlib2.h:71
NSMmsg
Definition:
nsm2.h:224
daq
rfarm
manager
include
RFServerBase.h
Generated on Wed Apr 9 2025 02:38:03 for Belle II Software by
1.9.6