exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
EXIFloat Struct Reference

Represents base 10 (decimal) floating-point data. More...

#include <procTypes.h>

Data Fields

int64_t mantissa
 
int16_t exponent
 

Detailed Description

The default Float representation in EXIP. Maps directly to the EXI Float datatype. Used for float and decimal data.

See Also
http://www.w3.org/TR/2011/REC-exi-20110310/#encodingFloat

Definition at line 227 of file bin/headers/procTypes.h.

Field Documentation

int16_t EXIFloat::exponent

Definition at line 230 of file bin/headers/procTypes.h.

int64_t EXIFloat::mantissa

Definition at line 229 of file bin/headers/procTypes.h.


The documentation for this struct was generated from the following files: