#include <nlohmann_parsers.h>
Public Member Functions | |
NlohmannParser (const std::string &topic_name, PlotDataMapRef &data, bool use_msg_stamp) | |
Public Member Functions inherited from PJ::MessageParser | |
MessageParser (const std::string &topic_name, PlotDataMapRef &plot_data) | |
virtual bool | parseMessage (const MessageRef serialized_msg, double timestamp)=0 |
virtual | ~MessageParser ()=default |
Protected Member Functions | |
bool | parseMessageImpl (double timestamp) |
Protected Member Functions inherited from PJ::MessageParser | |
PlotData & | getSeries (const std::string &key) |
Protected Attributes | |
nlohmann::json | _json |
bool | _use_message_stamp |
Protected Attributes inherited from PJ::MessageParser | |
PlotDataMapRef & | _plot_data |
std::string | _topic_name |
Definition at line 11 of file nlohmann_parsers.h.
|
inline |
Definition at line 15 of file nlohmann_parsers.h.
|
protected |
Definition at line 6 of file nlohmann_parsers.cpp.
|
protected |
Definition at line 23 of file nlohmann_parsers.h.
|
protected |
Definition at line 24 of file nlohmann_parsers.h.