Open Lighting Architecture  0.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::client::OlaPlugin Class Reference

Detailed Description

Represents a Plugin.

Public Member Functions

 OlaPlugin (unsigned int id, const std::string &name, bool active)
unsigned int Id () const
 The plugin id.
const std::string & Name () const
 The name of the plugin.
bool IsActive () const
 Indicates if the plugin is active or not.
bool operator< (const OlaPlugin &other) const

Member Function Documentation

bool ola::client::OlaPlugin::IsActive ( ) const
inline

Indicates if the plugin is active or not.

Returns
true if the plugin is active, false otherwise.

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