![]() |
Open Lighting Architecture 0.10.9
|
The base class all Settings inherit from.
Public Member Functions | |
| virtual std::string | Description () const =0 |
| The text description of this setting. | |
| 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. | |
|
pure virtual |
The text description of this setting.
Implemented in ola::rdm::BasicSetting, and ola::rdm::FrequencyModulationSetting.
|
pure virtual |
Return the size of the _DESCRIPTION parameter data.
Implemented in ola::rdm::BasicSetting, and ola::rdm::FrequencyModulationSetting.
|
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::BasicSetting, and ola::rdm::FrequencyModulationSetting.