#include <diagnostic_msg.h>

Public Member Functions | |
| DiagnosticMsg () | |
| void | extractData (PlotDataMapRef &plot_map, const std::string &prefix) override |
| const std::unordered_set< std::string > & | getCompatibleKeys () const override |
| virtual void | pushMessageRef (const std::string &, const MessageRef &msg, double timestamp) override |
Public Member Functions inherited from RosParserBase | |
| void | setUseHeaderStamp (bool use) |
Public Member Functions inherited from MessageParser | |
| virtual | ~MessageParser () |
Static Public Member Functions | |
| static const std::string & | getCompatibleKey () |
Private Attributes | |
| std::unordered_map< std::string, PlotData > | _data |
| std::vector< PlotData > | _header_data |
Additional Inherited Members | |
Static Protected Member Functions inherited from MessageParser | |
| static void | appendData (PlotDataMapRef &destination_plot_map, const std::string &field_name, PlotData &in_data) |
Protected Attributes inherited from RosParserBase | |
| bool | _use_header_stamp |
Definition at line 9 of file diagnostic_msg.h.
|
inline |
Definition at line 13 of file diagnostic_msg.h.
|
inlineoverridevirtual |
Implements MessageParser.
Definition at line 80 of file diagnostic_msg.h.
|
inlinestatic |
Definition at line 19 of file diagnostic_msg.h.
|
inlineoverridevirtual |
Implements MessageParser.
Definition at line 25 of file diagnostic_msg.h.
|
inlineoverridevirtual |
Implements MessageParser.
Definition at line 31 of file diagnostic_msg.h.
|
private |
Definition at line 94 of file diagnostic_msg.h.
|
private |
Definition at line 93 of file diagnostic_msg.h.