Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::plugin::ftdidmx::FtdiDmxPlugin Class Reference
Inheritance diagram for ola::plugin::ftdidmx::FtdiDmxPlugin:
Inheritance graph
[legend]
Collaboration diagram for ola::plugin::ftdidmx::FtdiDmxPlugin:
Collaboration graph
[legend]

Public Member Functions

 FtdiDmxPlugin (ola::PluginAdaptor *plugin_adaptor)
 
ola_plugin_id Id () const
 Get the plugin ID of this plugin. More...
 
std::string Name () const
 Get the plugin name. More...
 
std::string PluginPrefix () const
 The prefix to use for storing configuration files. More...
 
bool DefaultMode () const
 
void ConflictsWith (std::set< ola_plugin_id > *conflict_set) const
 
std::string Description () const
 Return a description for this plugin.
 
- 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...
 
bool operator< (const AbstractPlugin &other) const
 

Additional Inherited Members

- Protected Attributes inherited from ola::Plugin
PluginAdaptorm_plugin_adaptor
 
class Preferencesm_preferences
 
- Static Protected Attributes inherited from ola::Plugin
static const char ENABLED_KEY [] = "enabled"
 

Member Function Documentation

◆ Id()

ola_plugin_id ola::plugin::ftdidmx::FtdiDmxPlugin::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::ftdidmx::FtdiDmxPlugin::Name ( ) const
inlinevirtual

Get the plugin name.

Returns
the name of this plugin

Implements ola::AbstractPlugin.

◆ PluginPrefix()

std::string ola::plugin::ftdidmx::FtdiDmxPlugin::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: