Go to the source code of this file.
Enumerations | |
enum | { Description = 9990, UnMatchedBeanCount = 9991, MatchedBeanCount = 9992, Reserved = 9993 } |
Functions | |
int | main (int argc, char **argv) |
MM_REGISTER_PACKET_INFO (Description, std::string,"Description of the current state of the system.") | |
MM_REGISTER_PACKET_INFO (UnMatchedBeanCount, int,"Number of beans that went unmatched") | |
TEST (MessageMuxDemux, registryAdd) | |
TEST (MessageMuxDemux, isRegistered) | |
TEST (MessageMuxDemux, isRegisteredWithType) | |
anonymous enum |
Enumerator | |
---|---|
Description | |
UnMatchedBeanCount | |
MatchedBeanCount | |
Reserved |
Definition at line 24 of file registry.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 58 of file registry.cpp.
MM_REGISTER_PACKET_INFO | ( | Description | , |
std::string | , | ||
"Description of the current state of the system." | |||
) |
MM_REGISTER_PACKET_INFO | ( | UnMatchedBeanCount | , |
int | , | ||
"Number of beans that went unmatched" | |||
) |
TEST | ( | MessageMuxDemux | , |
registryAdd | |||
) |
Definition at line 39 of file registry.cpp.
TEST | ( | MessageMuxDemux | , |
isRegistered | |||
) |
Definition at line 48 of file registry.cpp.
TEST | ( | MessageMuxDemux | , |
isRegisteredWithType | |||
) |
Definition at line 53 of file registry.cpp.