Commander-API V3.0.0
Lightweight Command Parser
Loading...
Searching...
No Matches
Commander::systemVariablePointer_t Union Reference

#include <Commander-API.hpp>

Collaboration diagram for Commander::systemVariablePointer_t:

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...
 

Detailed Description

Definition at line 219 of file Commander-API.hpp.

Member Data Documentation

◆ floatData

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.

◆ intData

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.

◆ strData

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.