Open Lighting Architecture
Latest Git
|
A Setting which has a description and no other properties.
Public Types | |
typedef const char * | ArgType |
Public Member Functions | |
BasicSetting (const ArgType description) | |
Construct a new BasicSetting. More... | |
std::string | Description () const |
The text description of this setting. More... | |
unsigned int | DescriptionResponseSize () const |
Return the size of the _DESCRIPTION parameter data. | |
unsigned int | GenerateDescriptionResponse (uint8_t index, uint8_t *data) const |
Populate the _DESCRIPTION parameter data. More... | |
|
explicit |
Construct a new BasicSetting.
description | the description for this setting. |
|
inlinevirtual |
The text description of this setting.
Implements ola::rdm::SettingInterface.
|
virtual |
Populate the _DESCRIPTION parameter data.
index | the index for this setting |
data | the RDM parameter data to write to. |
Implements ola::rdm::SettingInterface.