FOUND
Loading...
Searching...
No Matches
found::_f_u_ Union Reference

Union for converting a 32-bit floating point number from host byte order to network byte order and vice versa. More...

#include <encoding.hpp>

Public Attributes

float f
 Floating-point variable used for storing a single-precision value.
 
uint32_t u
 Unsigned 32-bit integer used for encoding or serialization purposes.
 

Detailed Description

Union for converting a 32-bit floating point number from host byte order to network byte order and vice versa.

Member Data Documentation

◆ f

float found::_f_u_::f

Floating-point variable used for storing a single-precision value.

◆ u

uint32_t found::_f_u_::u

Unsigned 32-bit integer used for encoding or serialization purposes.


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