BOSS
7.0.7
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
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
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
DimRpcReader.h
Go to the documentation of this file.
1
#ifndef DIM_RPC_READER_H
2
#define DIM_RPC_READER_H
3
4
#include <pthread.h>
5
#include <string>
6
#include <stdint.h>
7
8
class
AutoEnlargeBuffer
;
9
class
DimRpcInfo;
10
11
class
DimRpcReader
12
{
13
public :
14
15
typedef
const
std::string
ReaderArgType
;
16
17
DimRpcReader
(
ReaderArgType
& name);
18
virtual
~DimRpcReader
();
19
20
const
uint32_t*
nextEvent
();
21
const
uint32_t*
currentEvent
()
const
;
22
uint32_t
runNo
();
23
std::string
currentFile
();
24
uint32_t
stat
();
25
26
27
private
:
28
29
DimRpcReader
();
//stop default
30
31
32
private
:
33
34
int
m_inCode;
35
int
m_outCode;
36
AutoEnlargeBuffer
*m_buffer;
37
38
DimRpcInfo *m_rpc;
39
40
static
pthread_mutex_t m_rpcLock;
41
};
42
43
#endif
private
#define private
Definition:
RootEventData_rootcint.cxx:11
AutoEnlargeBuffer
Definition:
AutoEnlargeBuffer.h:8
DimRpcReader
Definition:
DimRpcReader.h:12
DimRpcReader::stat
uint32_t stat()
Definition:
DimRpcReader.cxx:111
DimRpcReader::runNo
uint32_t runNo()
Definition:
DimRpcReader.cxx:90
DimRpcReader::nextEvent
const uint32_t * nextEvent()
Definition:
DimRpcReader.cxx:29
DimRpcReader::currentEvent
const uint32_t * currentEvent() const
Definition:
DimRpcReader.cxx:85
DimRpcReader::currentFile
std::string currentFile()
Definition:
DimRpcReader.cxx:97
DimRpcReader::~DimRpcReader
virtual ~DimRpcReader()
Definition:
DimRpcReader.cxx:24
DimRpcReader::ReaderArgType
const std::string ReaderArgType
Definition:
DimRpcReader.h:15
source
DistBoss
NetDataReader
NetDataReader-00-00-06
NetDataReader
DimRpcReader.h
Generated by
1.9.6