BOSS
7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
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:
DistBossCode.h:4
DistBossCode::ServerCode
ServerCode
Definition:
DistBossCode.h:17
DistBossCode::ServerError
@ ServerError
Definition:
DistBossCode.h:21
DistBossCode::StatusSuccess
@ StatusSuccess
Definition:
DistBossCode.h:19
DistBossCode::NoMoreEvents
@ NoMoreEvents
Definition:
DistBossCode.h:18
DistBossCode::ServerFinalize
@ ServerFinalize
Definition:
DistBossCode.h:20
DistBossCode::ServerTimeout
@ ServerTimeout
Definition:
DistBossCode.h:22
DistBossCode::ClientCode
ClientCode
Definition:
DistBossCode.h:8
DistBossCode::GetEvent
@ GetEvent
Definition:
DistBossCode.h:9
DistBossCode::GetFileName
@ GetFileName
Definition:
DistBossCode.h:10
DistBossCode::ClientReady
@ ClientReady
Definition:
DistBossCode.h:12
DistBossCode::RetryEvent
@ RetryEvent
Definition:
DistBossCode.h:13
DistBossCode::ClientError
@ ClientError
Definition:
DistBossCode.h:14
DistBossCode::StatusFinalize
@ StatusFinalize
Definition:
DistBossCode.h:11
source
DistBoss
DistBossUtil
DistBossUtil-00-00-04
DistBossUtil
DistBossCode.h
Generated by
1.9.6