Choco OS
V.0.16.9.0
Join to the chocolate world
|
stores configuration data More...
#include <oc_dynamic_config.h>
Data Fields | |
oC_DynamicConfig_Module_t | Module |
Module associated with the variable. | |
const char * | TypeName |
Name of the type. | |
oC_MemorySize_t | TypeSize |
Size of the type. | |
void * | ValueReference |
Pointer to the variable that stores the configuration. | |
const char * | VariableName |
Name of the variable that stores the configuration. | |
const char * | FriendlyName |
Friendly name of the variable. | |
const char * | Brief |
Quick description of the variable. | |
The type is for storing data about a configuration variable.
Definition at line 149 of file oc_dynamic_config.h.