#include <gtest/gtest.h>
#include <iostream>
#include <mm_messages/registry.hpp>
Go to the source code of this file.
| Enumerator |
|---|
| Description |
|
| UnMatchedBeanCount |
|
| MatchedBeanCount |
|
| Reserved |
|
Definition at line 24 of file registry.cpp.
| 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 |
|
|
) |
| |