#include <parser_configuration.h>

Public Member Functions | |
| CompositeParser (PlotDataMapRef &plot_data) | |
| const RosParserConfig & | getConfig () |
| bool | parseMessage (const std::string &topic_name, MessageRef serialized_msg, double ×tamp) |
| void | setConfig (const RosParserConfig &config) |
Protected Attributes | |
| RosParserConfig | _config |
| std::map< std::string, std::shared_ptr< RosMessageParser > > | _parsers |
| PJ::PlotDataMapRef & | _plot_data |
Definition at line 50 of file parser_configuration.h.
| PJ::CompositeParser::CompositeParser | ( | PlotDataMapRef & | plot_data | ) |
Definition at line 69 of file parser_configuration.cpp.
| const RosParserConfig & PJ::CompositeParser::getConfig | ( | ) |
Definition at line 73 of file parser_configuration.cpp.
| bool PJ::CompositeParser::parseMessage | ( | const std::string & | topic_name, |
| MessageRef | serialized_msg, | ||
| double & | timestamp | ||
| ) |
Definition at line 90 of file parser_configuration.cpp.
| void PJ::CompositeParser::setConfig | ( | const RosParserConfig & | config | ) |
Definition at line 78 of file parser_configuration.cpp.
|
protected |
Definition at line 64 of file parser_configuration.h.
|
protected |
Definition at line 63 of file parser_configuration.h.
|
protected |
Definition at line 65 of file parser_configuration.h.