COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Scalar value type Union. More...
#include <mathlib.h>
Public Attributes | |
double | d |
float | f |
int32_t | i32 |
int16_t | i16 |
uint32_t | u32 |
uint16_t | u16 |
Scalar value type Union.
A union of double, float, int32, int16, unit32, uint16 that allows manipulating all.
double utype::d |
float utype::f |
int32_t utype::i32 |
int16_t utype::i16 |
uint32_t utype::u32 |
uint16_t utype::u16 |