#include <gtest/gtest.h>
#include <iostream>
#include <mm_messages/registry.hpp>
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) |
Enumeration Type Documentation
- Enumerator:
| Description |
|
| UnMatchedBeanCount |
|
| MatchedBeanCount |
|
| Reserved |
|
Definition at line 24 of file registry.cpp.
Function Documentation
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| TEST |
( |
MessageMuxDemux |
, |
|
|
registryAdd |
|
|
) |
| |
| TEST |
( |
MessageMuxDemux |
, |
|
|
isRegistered |
|
|
) |
| |
| TEST |
( |
MessageMuxDemux |
, |
|
|
isRegisteredWithType |
|
|
) |
| |