senml_decfrac_t Struct Reference

Decimal fraction containing a value in the form of m * 10^e. More...

Detailed Description

Decimal fraction containing a value in the form of m * 10^e.

Definition at line 212 of file senml.h.

#include <senml.h>

Data Fields

int32_t e
 Exponent.
 
int32_t m
 Mantissa.
 

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