|
| | DiagnosticMsgParser (const std::string &topic_name, PJ::PlotDataMapRef &plot_data) |
| |
| | DiagnosticMsgParser (const std::string &topic_name, PJ::PlotDataMapRef &plot_data) |
| |
| virtual void | parseMessageImpl (const diagnostic_msgs::msg::DiagnosticArray &msg, double ×tamp) override |
| |
| virtual void | parseMessageImpl (const diagnostic_msgs::DiagnosticArray &msg, double ×tamp) override |
| |
| | BuiltinMessageParser (const std::string &topic_name, PJ::PlotDataMapRef &plot_data) |
| |
| | BuiltinMessageParser (const std::string &topic_name, PlotDataMapRef &plot_data) |
| |
| bool | parseMessage (MessageRef serialized_msg, double ×tamp) override |
| |
| virtual bool | parseMessage (MessageRef serialized_msg, double ×tamp) |
| |
| | Ros2MessageParser (const std::string &topic_name, PJ::PlotDataMapRef &plot_data) |
| |
| const rosidl_message_type_support_t * | typeSupport () const |
| |
| const RosParserConfig & | getConfig () const |
| |
| PJ::PlotData & | getSeries (const std::string &key) |
| |
| PJ::StringSeries & | getStringSeries (const std::string &key) |
| |
| | RosMessageParser (const std::string &topic_name, PJ::PlotDataMapRef &plot_data) |
| |
| void | setConfig (const RosParserConfig &config) |
| |
| bool | clampLargeArray () const |
| |
| unsigned | maxArraySize () const |
| |
| | MessageParser (const std::string &topic_name, PlotDataMapRef &plot_data) |
| |
| virtual bool | parseMessage (const MessageRef serialized_msg, double ×tamp)=0 |
| |
| virtual void | setLargeArraysPolicy (bool clamp, unsigned max_size) |
| |
| virtual | ~MessageParser ()=default |
| |
| | BuiltinMessageParser (const std::string &topic_name, PJ::PlotDataMapRef &plot_data) |
| |
| | BuiltinMessageParser (const std::string &topic_name, PlotDataMapRef &plot_data) |
| |
| bool | parseMessage (MessageRef serialized_msg, double ×tamp) override |
| |
| virtual bool | parseMessage (MessageRef serialized_msg, double ×tamp) |
| |