COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems

Scalar value type Union. More...

#include <mathlib.h>

Collaboration diagram for utype:

Public Attributes

double d
 
float f
 
int32_t i32
 
int16_t i16
 
uint32_t u32
 
uint16_t u16
 

Detailed Description

Scalar value type Union.

A union of double, float, int32, int16, unit32, uint16 that allows manipulating all.

Member Data Documentation

double utype::d
float utype::f
int32_t utype::i32
int16_t utype::i16
uint32_t utype::u32
uint16_t utype::u16

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