#include <messageparser_base.h>
Public Types | |
using | Ptr = std::shared_ptr< ParserFactoryPlugin > |
Public Member Functions | |
virtual MessageParserPtr | createParser (const std::string &topic_name, const std::string &type_name, const std::string &schema, PlotDataMapRef &data)=0 |
virtual const char * | encoding () const =0 |
Public Member Functions inherited from PJ::PlotJugglerPlugin | |
virtual const std::vector< QAction * > & | availableActions () |
virtual bool | isDebugPlugin () |
virtual const char * | name () const =0 |
Name of the plugin type, NOT the particular instance. More... | |
virtual QWidget * | optionsWidget () |
optionsWidget pointer to a persistent widget used to set the plugin options . More... | |
PlotJugglerPlugin ()=default | |
virtual bool | xmlLoadState (const QDomElement &parent_element) |
Override this method to load the status of the plugin from XML. More... | |
QDomElement | xmlSaveState (QDomDocument &doc) const |
virtual bool | xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const |
Override this method to save the status of the plugin to XML. More... | |
Definition at line 139 of file messageparser_base.h.
using PJ::ParserFactoryPlugin::Ptr = std::shared_ptr<ParserFactoryPlugin> |
Definition at line 142 of file messageparser_base.h.
|
pure virtual |
|
pure virtual |
Implemented in NlohmannParserCreator, ParserFactoryROS1, ParserFactoryROS2, ParserFactoryProtobuf, ParserDataTamer, and ParserLine.