Classes | |
struct | TimeSeries |
Public Member Functions | |
DataTamerParser (const std::string &topic_name, const std::string &type_name, const std::string &schema, PJ::PlotDataMapRef &data) | |
bool | parseMessage (const MessageRef serialized_msg, double ×tamp) override |
![]() | |
bool | clampLargeArray () const |
unsigned | maxArraySize () const |
MessageParser (const std::string &topic_name, PlotDataMapRef &plot_data) | |
virtual void | setLargeArraysPolicy (bool clamp, unsigned max_size) |
virtual | ~MessageParser ()=default |
Private Attributes | |
std::vector< TimeSeries > | timeseries_ |
std::string | topic_name_ |
Additional Inherited Members | |
![]() | |
PlotData & | getSeries (const std::string &key) |
StringSeries & | getStringSeries (const std::string &key) |
![]() | |
PlotDataMapRef & | _plot_data |
std::string | _topic_name |
Definition at line 60 of file datatamer_parser.cpp.
|
inline |
Definition at line 63 of file datatamer_parser.cpp.
|
inlineoverridevirtual |
Implements PJ::MessageParser.
Definition at line 84 of file datatamer_parser.cpp.
|
private |
Definition at line 167 of file datatamer_parser.cpp.
|
private |
Definition at line 166 of file datatamer_parser.cpp.