|
static const char | ENABLED_KEY [] = "enabled" |
|
◆ Id()
virtual ola_plugin_id ola::Plugin::Id |
( |
| ) |
const |
|
pure virtual |
Get the plugin ID of this plugin.
- Returns
- the ola_plugin_id of this plugin
Implements ola::AbstractPlugin.
Implemented in ola::plugin::usbdmx::UsbDmxPlugin, ola::plugin::dmx4linux::Dmx4LinuxPlugin, ola::plugin::gpio::GPIOPlugin, ola::plugin::stageprofi::StageProfiPlugin, ola::plugin::ftdidmx::FtdiDmxPlugin, ola::plugin::milinst::MilInstPlugin, ola::plugin::osc::OSCPlugin, ola::plugin::spidmx::SPIDMXPlugin, ola::plugin::uartdmx::UartDmxPlugin, ola::plugin::artnet::ArtNetPlugin, ola::plugin::dummy::DummyPlugin, ola::plugin::espnet::EspNetPlugin, ola::plugin::karate::KaratePlugin, ola::plugin::opendmx::OpenDmxPlugin, ola::plugin::renard::RenardPlugin, ola::plugin::e131::E131Plugin, ola::plugin::shownet::ShowNetPlugin, ola::plugin::usbpro::UsbSerialPlugin, ola::plugin::openpixelcontrol::OPCPlugin, ola::plugin::pathport::PathportPlugin, ola::plugin::sandnet::SandNetPlugin, ola::plugin::nanoleaf::NanoleafPlugin, ola::plugin::spi::SPIPlugin, and ola::plugin::kinet::KiNetPlugin.
◆ IsEnabled()
bool ola::Plugin::IsEnabled |
( |
| ) |
const |
|
virtual |
◆ PluginPrefix()
virtual std::string ola::Plugin::PluginPrefix |
( |
| ) |
const |
|
pure virtual |
The prefix to use for storing configuration files.
- Returns
- A unique prefix used to identify the configuration file for this plugin.
Implemented in ola::plugin::usbdmx::UsbDmxPlugin, ola::plugin::dmx4linux::Dmx4LinuxPlugin, ola::plugin::gpio::GPIOPlugin, ola::plugin::milinst::MilInstPlugin, ola::plugin::stageprofi::StageProfiPlugin, ola::plugin::ftdidmx::FtdiDmxPlugin, ola::plugin::renard::RenardPlugin, ola::plugin::spidmx::SPIDMXPlugin, ola::plugin::uartdmx::UartDmxPlugin, ola::plugin::artnet::ArtNetPlugin, ola::plugin::osc::OSCPlugin, ola::plugin::dummy::DummyPlugin, ola::plugin::e131::E131Plugin, ola::plugin::espnet::EspNetPlugin, ola::plugin::karate::KaratePlugin, ola::plugin::opendmx::OpenDmxPlugin, ola::plugin::shownet::ShowNetPlugin, ola::plugin::usbpro::UsbSerialPlugin, ola::plugin::openpixelcontrol::OPCPlugin, ola::plugin::nanoleaf::NanoleafPlugin, ola::plugin::pathport::PathportPlugin, ola::plugin::sandnet::SandNetPlugin, ola::plugin::kinet::KiNetPlugin, and ola::plugin::spi::SPIPlugin.
◆ PreferenceConfigLocation()
string ola::Plugin::PreferenceConfigLocation |
( |
| ) |
const |
|
virtual |
The location for preferences.
This can be anything really but should indicate to the user how the preferences were loaded.
Implements ola::AbstractPlugin.
◆ SetDefaultPreferences()
virtual bool ola::Plugin::SetDefaultPreferences |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ SetEnabledState()
void ola::Plugin::SetEnabledState |
( |
bool |
enable | ) |
|
|
virtual |
Set the plugin's enabled state.
- Parameters
-
enable | The new enabled state |
- Returns
- true if this plugin is enabled
Implements ola::AbstractPlugin.
◆ Start()
bool ola::Plugin::Start |
( |
| ) |
|
|
virtual |
Start the plugin.
Calls StartHook() which can be overridden by the derived classes.
- Returns
- true if we started ok, false otherwise
Implements ola::AbstractPlugin.
◆ Stop()
bool ola::Plugin::Stop |
( |
| ) |
|
|
virtual |
Stop the plugin.
Calls StopHook() which can be overridden by the derived classes.
- Returns
- true on success, false on failure
Implements ola::AbstractPlugin.
The documentation for this class was generated from the following files:
- include/olad/Plugin.h
- olad/plugin_api/Plugin.cpp