Open Lighting Architecture  0.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
ola::client::PluginState Struct Reference

Detailed Description

The state of a plugin. This information can be used to detect conflicts between plugins.

Collaboration diagram for ola::client::PluginState:
Collaboration graph
[legend]

Public Attributes

std::string name
 The name of the plugin.
 
bool enabled
 true if the plugin is enabled.
 
bool active
 true if the plugin is active.
 
std::string preferences_source
 The source of preferences for this plugin.
 
std::vector< OlaPluginconflicting_plugins
 A list on plugins which conflict with this one.
 

The documentation for this struct was generated from the following file: