Union SnpeUdo_Value_t¶
Defined in File UdoBase.h
Union Documentation¶
-
union SnpeUdo_Value_t¶
- #include <UdoBase.h>
A union to hold the value of a generic type. Allows defining a parameter struct in a generic way, with a “value” location that holds the data regardless of the type.
Public Members
-
float floatValue¶
value type: float
-
uint32_t uint32Value¶
value type: unsigned 32-bit integer
-
int32_t int32Value¶
value type: signed 32-bit integer
-
uint16_t uint16Value¶
value type: unsigned 16-bit integer
-
int16_t int16Value¶
value type: signed 16-bit integer
-
uint8_t uint8Value¶
value type: unsigned 8-bit integer
-
int8_t int8Value¶
value type: signed 8-bit integer
-
float floatValue¶