OpenV2G
Data Fields
exi_decimal_t Struct Reference

Decimal value container. More...

#include <EXITypes.h>

Data Fields

int negative
 
exi_integer_t integral
 
exi_integer_t reverseFraction
 

Detailed Description

Decimal value container.

Field Documentation

◆ integral

exi_integer_t exi_decimal_t::integral

represents the integral portion of the Decimal

◆ negative

int exi_decimal_t::negative

a sign value

◆ reverseFraction

exi_integer_t exi_decimal_t::reverseFraction

represents the fractional portion of the Decimal with the digits in reverse order to preserve leading zeros


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