libcbor 0.12.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Loading...
Searching...
No Matches
_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 141 of file data.h.

Field Documentation

◆ ctrl

uint8_t _cbor_float_ctrl_metadata::ctrl

Definition at line 143 of file data.h.

◆ width

cbor_float_width _cbor_float_ctrl_metadata::width

Definition at line 142 of file data.h.


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