Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
messagefacility
messagefacility
MessageService
OpCode.h
Go to the documentation of this file.
1
#ifndef messagefacility_MessageService_OpCode_h
2
#define messagefacility_MessageService_OpCode_h
3
4
namespace
mf
{
5
namespace
service
{
6
enum
OpCode
// abbrev's used hereinafter
7
{
END_THREAD
// END !
8
,
9
LOG_A_MESSAGE
// LOG !
10
,
11
CONFIGURE
// CFG -- handshaked !
12
,
13
SUMMARIZE
// SUM !
14
,
15
SHUT_UP
// SHT !
16
,
17
FLUSH_LOG_Q
// FLS -- handshaked !
18
};
// OpCode
19
20
inline
bool
21
handshaked
(
OpCode
const
op)
22
{
23
return
op ==
CONFIGURE
|| op ==
FLUSH_LOG_Q
;
24
}
25
}
26
}
27
28
#endif
/* messagefacility_MessageService_OpCode_h */
29
30
// Local Variables:
31
// mode: c++
32
// End:
mf::service::SHUT_UP
Definition:
OpCode.h:15
mf::service::CONFIGURE
Definition:
OpCode.h:11
mf
Definition:
MessageLogger.cc:14
mf::service::SUMMARIZE
Definition:
OpCode.h:13
mf::service::END_THREAD
Definition:
OpCode.h:7
mf::service::OpCode
OpCode
Definition:
OpCode.h:6
mf::service::handshaked
bool handshaked(OpCode const op)
Definition:
OpCode.h:21
mf::service::LOG_A_MESSAGE
Definition:
OpCode.h:9
mf::service::FLUSH_LOG_Q
Definition:
OpCode.h:17
art::suffix_type::service
Generated by
1.8.11