![]() |
Open Lighting Architecture
Latest Git
|
The base class all Settings inherit from.

Public Member Functions | |
| virtual std::string | Description () const =0 |
| The text description of this setting. More... | |
| virtual unsigned int | DescriptionResponseSize () const =0 |
| Return the size of the _DESCRIPTION parameter data. | |
| virtual unsigned int | GenerateDescriptionResponse (uint8_t index, uint8_t *data) const =0 |
| Populate the _DESCRIPTION parameter data. More... | |
|
pure virtual |
The text description of this setting.
Implemented in ola::rdm::FrequencyModulationSetting, and ola::rdm::BasicSetting.
|
pure virtual |
Populate the _DESCRIPTION parameter data.
| index | the index for this setting |
| data | the RDM parameter data to write to. |
Implemented in ola::rdm::FrequencyModulationSetting, and ola::rdm::BasicSetting.
1.8.13