#include <messageparser_base.h>

Public Member Functions | |
| virtual MessageParserPtr | createInstance (const std::string &topic_name, PlotDataMapRef &data)=0 |
Public Member Functions inherited from PJ::PlotJugglerPlugin | |
| virtual const std::vector< QAction * > & | availableActions () |
| virtual bool | isDebugPlugin () |
| virtual const char * | name () const =0 |
| virtual QWidget * | optionsWidget () |
| PlotJugglerPlugin () | |
| virtual bool | xmlLoadState (const QDomElement &parent_element) |
| virtual bool | xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const |
| QDomElement | xmlSaveState (QDomDocument &doc) const |
Definition at line 93 of file messageparser_base.h.
|
pure virtual |
Implemented in MessagePack_ParserCreator, BSON_ParserCreator, CBOR_ParserCreator, and JSON_ParserCreator.