libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Fields
_cbor_float_ctrl_metadata Struct Reference

Floats specific metadata - includes CTRL values. More...

#include <data.h>

Data Fields

cbor_float_width width
 
uint8_t ctrl
 

Detailed Description

Floats specific metadata - includes CTRL values.

Definition at line 120 of file data.h.

Field Documentation

§ ctrl

uint8_t _cbor_float_ctrl_metadata::ctrl

Definition at line 122 of file data.h.

§ width

cbor_float_width _cbor_float_ctrl_metadata::width

Definition at line 121 of file data.h.


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