Go to the documentation of this file.
17 #ifndef GZ_GUI_PLUGINS_TRANSPORTPLOTTING_HH_
18 #define GZ_GUI_PLUGINS_TRANSPORTPLOTTING_HH_
22 #include <gz/utilities/SuppressWarning.hh>
46 public:
void LoadConfig(
const tinyxml2::XMLElement *)
override;
49 IGN_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
51 IGN_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
Plots fields from Gazebo Transport topics. Fields can be dragged from the Topic Viewer or the Compone...
Definition: TransportPlotting.hh:35
void LoadConfig(const tinyxml2::XMLElement *) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
Base class for Gazebo GUI plugins.
Definition: gz/gui/Plugin.hh:54
~TransportPlotting()
Destructor.
TransportPlotting()
Constructor.