![]() |
Open Lighting Architecture 0.10.9
|
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. | |
| std::string | Description () const |
| The text description of this setting. | |
| 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. | |
|
explicit |
Construct a new BasicSetting.
| description | the description for this setting. |
|
inlinevirtual |
The text description of this setting.
Implements ola::rdm::SettingInterface.
|
inlinevirtual |
Return the size of the _DESCRIPTION parameter data.
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.