#include <parser_configuration.h>
Definition at line 32 of file parser_configuration.h.
◆ addParser()
| void PJ::CompositeParser::addParser |
( |
const std::string & |
topic_name, |
|
|
std::shared_ptr< PJ::MessageParser > |
parser |
|
) |
| |
◆ clear()
| void PJ::CompositeParser::clear |
( |
| ) |
|
|
inline |
◆ getConfig()
◆ hasParser()
| bool PJ::CompositeParser::hasParser |
( |
const std::string & |
topic_name | ) |
|
|
inline |
◆ parseMessage()
| bool PJ::CompositeParser::parseMessage |
( |
const std::string & |
topic_name, |
|
|
MessageRef |
serialized_msg, |
|
|
double & |
timestamp |
|
) |
| |
◆ setConfig()
◆ _config
◆ _parsers
| std::unordered_map<std::string, std::shared_ptr<PJ::MessageParser> > PJ::CompositeParser::_parsers |
|
protected |
The documentation for this class was generated from the following files: