Commander-API V3.0.0
Lightweight Command Parser
|
#include <Commander-API.hpp>
Public Attributes | |
float * | floatData |
In case of float type, it will store the address of the actual variable. Otherwise it has to be NULL! More... | |
int * | intData |
In case of int type, it will store the address of the actual variable. Otherwise it has to be NULL! More... | |
char * | strData |
In case of char* type, it will store the address of the actual variable. Otherwise it has to be NULL! More... | |
Definition at line 219 of file Commander-API.hpp.
float* Commander::systemVariablePointer_t::floatData |
In case of float type, it will store the address of the actual variable. Otherwise it has to be NULL!
Definition at line 221 of file Commander-API.hpp.
int* Commander::systemVariablePointer_t::intData |
In case of int type, it will store the address of the actual variable. Otherwise it has to be NULL!
Definition at line 222 of file Commander-API.hpp.
char* Commander::systemVariablePointer_t::strData |
In case of char* type, it will store the address of the actual variable. Otherwise it has to be NULL!
Definition at line 223 of file Commander-API.hpp.