Used to store system configuration data.
More...
#include <SystemConfigData.h>
|
static const size_t | NUM_CONFIGS = 5 |
|
Used to store system configuration data.
- Author
- Dan Nixon
uint16_t SystemConfigData::delta |
( |
Config |
config | ) |
const |
|
inline |
Gets a suitable "step" in value for a given configuration option.
- Parameters
-
config | Option to get delta for |
- Returns
- Delta value
char* SystemConfigData::name |
( |
Config |
config | ) |
|
|
inline |
Gets the name of a configuration option.
- Parameters
-
config | Option to get name for |
- Returns
- Name
uint16_t& SystemConfigData::value |
( |
Config |
config | ) |
|
|
inline |
Gets the value of a configuration option.
- Parameters
-
config | Option to get value for |
- Returns
- Value
The documentation for this class was generated from the following file: