Configuration parameter description.
More...
#include <ISettingsProvider.h>
|
| Desc () noexcept |
| Initialize an empty description.
|
|
| Desc (const char *desc) noexcept |
| Initialize a description. More...
|
|
const char * | getDesc () const noexcept |
| Get description text. More...
|
|
void | setDesc (const char *desc) noexcept |
| Set description text. More...
|
|
|
char | m_desc [m_bufferLength] |
| Parameter description text.
|
|
|
static const unsigned int | m_bufferLength = 256 |
|
Configuration parameter description.
fsdk::ISettingsProvider::Desc::Desc |
( |
const char * |
desc | ) |
|
|
noexcept |
Initialize a description.
- Parameters
-
const char* fsdk::ISettingsProvider::Desc::getDesc |
( |
| ) |
const |
|
noexcept |
Get description text.
- Returns
- description text.
void fsdk::ISettingsProvider::Desc::setDesc |
( |
const char * |
desc | ) |
|
|
noexcept |
Set description text.
- Parameters
-
The documentation for this struct was generated from the following file: