#include <sbgTypes.h>
Public Attributes | |
| float | valF |
| int32_t | valI |
| uint32_t | valU |
Union that allows type punning (access to a floating point number bits)
Definition at line 136 of file sbgTypes.h.
| float _FloatNint::valF |
Definition at line 138 of file sbgTypes.h.
| int32_t _FloatNint::valI |
Definition at line 139 of file sbgTypes.h.
| uint32_t _FloatNint::valU |
Definition at line 140 of file sbgTypes.h.