This component‐private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for floating point number values. Within the definition of this struct:
Synopsis
Declared in <balber_berutil.h>
struct BerUtil_FloatingPointImpUtil;
Description
* the specification: > Refers to the August 2015 revision of the ITU‐T Recommendation X.690
* the floating point specification: > Refers to the 2008 revision of the IEE 754 Standard for > Floating‐Point Arithemtic.
Type Aliases
Name |
Description |
|
|
|
Static Member Functions
Name |
Description |
Read the specified |
|
Read the specified |
|
Read the specified |
|
Write the length and contents octets of the encoding of the BER encoding of the specified |
|
Write the length and contents octets of the BER encoding of the specified real |
|
Write the length and contents octets of the BER encoding of the specified real |
Created with MrDocs