flux sdk  v01.02.02-3-g292b3a7
Embedded C++ SDK
Loading...
Searching...
No Matches
flxDataAllType_t Union Reference

A union that can hold any of the basic data types used in the framework. More...

#include <flxCoreTypes.h>

Public Attributes

bool b
 
int8_t i8
 
int16_t i16
 
int32_t i32
 
uint8_t ui8
 
uint16_t ui16
 
uint32_t ui32
 
float f
 
double d
 
const char * str
 

Detailed Description

A union that can hold any of the basic data types used in the framework.

Member Data Documentation

◆ b

bool flxDataAllType_t::b

◆ d

double flxDataAllType_t::d

◆ f

float flxDataAllType_t::f

◆ i16

int16_t flxDataAllType_t::i16

◆ i32

int32_t flxDataAllType_t::i32

◆ i8

int8_t flxDataAllType_t::i8

◆ str

const char* flxDataAllType_t::str

◆ ui16

uint16_t flxDataAllType_t::ui16

◆ ui32

uint32_t flxDataAllType_t::ui32

◆ ui8

uint8_t flxDataAllType_t::ui8

The documentation for this union was generated from the following file: