|
| KaratePlugin (PluginAdaptor *plugin_adaptor) |
|
std::string | Name () const |
| Get the plugin name.
|
|
std::string | Description () const |
| Return the description for this plugin.
|
|
ola_plugin_id | Id () const |
| Get the plugin ID of this plugin.
|
|
std::string | PluginPrefix () const |
| The prefix to use for storing configuration files.
|
|
| Plugin (PluginAdaptor *plugin_adaptor) |
|
bool | LoadPreferences () |
| Load the preferences for a plugin and set defaults.
|
|
std::string | PreferenceConfigLocation () const |
| The location for preferences.
|
|
bool | IsEnabled () const |
| Is the plugin enabled?
|
|
void | SetEnabledState (bool enable) |
| Set the plugin's enabled state.
|
|
virtual bool | Start () |
| Start the plugin.
|
|
virtual bool | Stop () |
| Stop the plugin.
|
|
virtual bool | DefaultMode () const |
|
virtual void | ConflictsWith (std::set< ola_plugin_id > *) const |
|
bool | operator< (const AbstractPlugin &other) const |
|
◆ Description()
string ola::plugin::karate::KaratePlugin::Description |
( |
| ) |
const |
|
virtual |
◆ Id()
ola_plugin_id ola::plugin::karate::KaratePlugin::Id |
( |
| ) |
const |
|
inlinevirtual |
Get the plugin ID of this plugin.
- Returns
- the ola_plugin_id of this plugin
Implements ola::Plugin.
◆ Name()
std::string ola::plugin::karate::KaratePlugin::Name |
( |
| ) |
const |
|
inlinevirtual |
◆ PluginPrefix()
std::string ola::plugin::karate::KaratePlugin::PluginPrefix |
( |
| ) |
const |
|
inlinevirtual |
The prefix to use for storing configuration files.
- Returns
- A unique prefix used to identify the configuration file for this plugin.
Implements ola::Plugin.
The documentation for this class was generated from the following files: