OpenV2G
|
Float value container. More...
#include <EXITypes.h>
Data Fields | |
int64_t | mantissa |
int16_t | exponent |
Float value container.
int16_t exi_float_me_t::exponent |
range of the exponent is - (2^14-1) to 2^14-1
int64_t exi_float_me_t::mantissa |
range of the mantissa is -(2^63) to 2^63-1