BOSS
7.0.4
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
d
e
g
h
p
r
s
t
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
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h
Go to the documentation of this file.
1
#ifndef DIST_BOSS_CODE_H
2
#define DIST_BOSS_CODE_H
3
4
class
DistBossCode
{
5
6
public :
7
8
enum
ClientCode
{
9
GetEvent
= 0x80000001,
10
GetFileName
= 0x80000002,
11
StatusFinalize
= 0x80000003,
12
ClientReady
= 0x80000004,
13
RetryEvent
= 0x80000005,
14
ClientError
= 0x80000100
15
};
16
17
enum
ServerCode
{
18
NoMoreEvents
= 0x40000001,
19
StatusSuccess
= 0x40000002,
20
ServerFinalize
= 0x40000003,
21
ServerError
= 0x40000100,
22
ServerTimeout
= 0x40000101
23
};
24
};
25
26
#endif
DistBossCode
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:4
DistBossCode::ServerCode
ServerCode
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:17
DistBossCode::ServerFinalize
@ ServerFinalize
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:20
DistBossCode::ServerError
@ ServerError
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:21
DistBossCode::StatusSuccess
@ StatusSuccess
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:19
DistBossCode::ServerTimeout
@ ServerTimeout
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:22
DistBossCode::NoMoreEvents
@ NoMoreEvents
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:18
DistBossCode::ClientCode
ClientCode
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:8
DistBossCode::RetryEvent
@ RetryEvent
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:13
DistBossCode::ClientReady
@ ClientReady
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:12
DistBossCode::GetFileName
@ GetFileName
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:10
DistBossCode::GetEvent
@ GetEvent
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:9
DistBossCode::StatusFinalize
@ StatusFinalize
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:11
DistBossCode::ClientError
@ ClientError
Definition:
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h:14
source
DistBoss
DistBossUtil
DistBossUtil-00-00-04
DistBossUtil
DistBossCode.h
Generated by
1.9.6