WorldControl.hh
Go to the documentation of this file.
This plugin provides a world control panel which may have a play / pause and step buttons.
Definition: WorldControl.hh:71
void OnStep()
Callback in Qt thread when step button is clicked.
void LoadConfig(const tinyxml2::XMLElement *_pluginElem)
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
void OnPause()
Callback in Qt thread when pause button is clicked.
void OnStepCount(const unsigned int _steps)
Callback in Qt thread when step count is changed.
void OnPlay()
Callback in Qt thread when play button is clicked.
void ProcessMsg()
Callback in main thread when diagnostics come in.