|
| MsgParserImpl (const std::string &topic_name, const std::string &type_name, const std::string &, PJ::PlotDataMapRef &data) |
|
| MsgParserImpl (const std::string &topic_name, const std::string &type_name, const std::string &schema, PJ::PlotDataMapRef &data) |
|
bool | parseMessage (const MessageRef msg, double ×tamp) override |
|
bool | parseMessage (const MessageRef serialized_msg, double ×tamp) override |
|
bool | clampLargeArray () const |
|
virtual void | enableEmbeddedTimestamp (bool enable) |
|
unsigned | maxArraySize () const |
|
| MessageParser (const std::string &topic_name, PlotDataMapRef &plot_data) |
|
virtual void | setLargeArraysPolicy (bool clamp, unsigned max_size) |
|
virtual bool | useEmbeddedTimestamp () const |
|
virtual | ~MessageParser ()=default |
|
Definition at line 8 of file datatamer_parser.cpp.
◆ MsgParserImpl() [1/2]
MsgParserImpl::MsgParserImpl |
( |
const std::string & |
topic_name, |
|
|
const std::string & |
type_name, |
|
|
const std::string & |
schema, |
|
|
PJ::PlotDataMapRef & |
data |
|
) |
| |
|
inline |
◆ MsgParserImpl() [2/2]
MsgParserImpl::MsgParserImpl |
( |
const std::string & |
topic_name, |
|
|
const std::string & |
type_name, |
|
|
const std::string & |
, |
|
|
PJ::PlotDataMapRef & |
data |
|
) |
| |
|
inline |
◆ parseMessage() [1/2]
bool MsgParserImpl::parseMessage |
( |
const MessageRef |
msg, |
|
|
double & |
timestamp |
|
) |
| |
|
inlineoverridevirtual |
◆ parseMessage() [2/2]
bool MsgParserImpl::parseMessage |
( |
const MessageRef |
serialized_msg, |
|
|
double & |
timestamp |
|
) |
| |
|
inlineoverridevirtual |
◆ schema_
◆ timeseries_
std::vector<TimeSeries> MsgParserImpl::timeseries_ |
|
private |
◆ topic_name_
std::string MsgParserImpl::topic_name_ |
|
private |
The documentation for this class was generated from the following files: