HomeAut
|
GlobalVarCommand structure for set-get global variables. More...
#include <GlobalVarHandler.h>
Data Fields | |
const char *const | name |
Name of global variable [string]. | |
const VarType_t | type |
Type of global variable. | |
void *const | varPointer |
Pointer of variable. | |
const bool | isReadOnly |
Is read only? | |
const uint32_t | maxValue |
Max value. | |
const uint32_t | minValue |
Min value. | |
const CommProtocol_t | sourceEnable |
Enabled sources (for set-get) | |
const bool | isHex |
Set-get in hexadecimal? | |
const char *const * | enumList |
Enum list, if it is enumerator. | |
const char *const | unit |
units [string], example: [cm] | |
const char *const | description |
descriptions of global variable [string] | |
GlobalVarCommand structure for set-get global variables.