Open Lighting Architecture
Latest Git
|
Public Member Functions | |
UsbSerialPlugin (PluginAdaptor *plugin_adaptor) | |
std::string | Name () const |
Get the plugin name. More... | |
std::string | Description () const |
ola_plugin_id | Id () const |
Get the plugin ID of this plugin. More... | |
void | DeviceRemoved (UsbSerialDevice *device) |
std::string | PluginPrefix () const |
The prefix to use for storing configuration files. More... | |
void | NewWidget (ArduinoWidget *widget, const UsbProWidgetInformation &information) |
void | NewWidget (EnttecUsbProWidget *widget, const UsbProWidgetInformation &information) |
void | NewWidget (DmxTriWidget *widget, const UsbProWidgetInformation &information) |
void | NewWidget (DmxterWidget *widget, const UsbProWidgetInformation &information) |
void | NewWidget (RobeWidget *widget, const RobeWidgetInformation &information) |
void | NewWidget (UltraDMXProWidget *widget, const UsbProWidgetInformation &information) |
Public Member Functions inherited from ola::Plugin | |
Plugin (PluginAdaptor *plugin_adaptor) | |
bool | LoadPreferences () |
Load the preferences for a plugin and set defaults. | |
std::string | PreferenceConfigLocation () const |
The location for preferences. More... | |
bool | IsEnabled () const |
Is the plugin enabled? More... | |
void | SetEnabledState (bool enable) |
Set the plugin's enabled state. More... | |
virtual bool | Start () |
Start the plugin. More... | |
virtual bool | Stop () |
Stop the plugin. More... | |
virtual bool | DefaultMode () const |
virtual void | ConflictsWith (std::set< ola_plugin_id > *) const |
bool | operator< (const AbstractPlugin &other) const |
Additional Inherited Members | |
Protected Attributes inherited from ola::Plugin | |
PluginAdaptor * | m_plugin_adaptor |
class Preferences * | m_preferences |
Static Protected Attributes inherited from ola::Plugin | |
static const char | ENABLED_KEY [] = "enabled" |
|
virtual |
Return the description for this plugin.
Implements ola::AbstractPlugin.
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Handle a new ArduinoWidget.
Implements ola::plugin::usbpro::NewWidgetHandler.
|
virtual |
Handle a new Enttec Usb Pro Widget.
Implements ola::plugin::usbpro::NewWidgetHandler.
|
virtual |
Handle a new Dmx-Tri Widget.
Implements ola::plugin::usbpro::NewWidgetHandler.
|
virtual |
Handle a new Dmxter.
Implements ola::plugin::usbpro::NewWidgetHandler.
|
virtual |
New Robe Universal Interface.
Implements ola::plugin::usbpro::NewWidgetHandler.
|
virtual |
A New Ultra DMX Pro Widget
Implements ola::plugin::usbpro::NewWidgetHandler.
|
inlinevirtual |
The prefix to use for storing configuration files.
Implements ola::Plugin.