#include <mc_control/GlobalPlugin.h>
Public Attributes | |
bool | should_run_before = true |
bool | should_run_after = true |
bool | should_always_run = true |
Holds detail regarding how the plugin runs
The plugin should return a configuration via configuration()
The default constructor for this object implies that:
bool mc_control::GlobalPlugin::GlobalPluginConfiguration::should_always_run = true |
True if this plugin should run regardless of the gc.running status, if false, this plugin only runs when gc.running is true
bool mc_control::GlobalPlugin::GlobalPluginConfiguration::should_run_after = true |
True if this plugin should run after the global controller (i.e. implements after)
bool mc_control::GlobalPlugin::GlobalPluginConfiguration::should_run_before = true |
True if this plugin should run before the global controller (i.e. implements before)