Skip to main content

Module token

Module token 

Source

Structs§

Encoding
PrimitiveValue2
Token

Enums§

ByteOrder
Presence
PrimitiveType
PrimitiveValue
Signal
TryFromPrimitiveValueIntError

Constants§

MAX_VALUE_CHAR
Maximum value representation for a char type.
MAX_VALUE_DOUBLE
Maximum value representation for a double precision 64-bit floating point type.
MAX_VALUE_FLOAT
Maximum value representation for a single precision 32-bit floating point type.
MAX_VALUE_INT8
Maximum value representation for a signed 8-bit type.
MAX_VALUE_INT16
Maximum value representation for a signed 16-bit type.
MAX_VALUE_INT32
Maximum value representation for a signed 32-bit type.
MAX_VALUE_INT64
Maximum value representation for a signed 64-bit type.
MAX_VALUE_UINT8
Maximum value representation for an unsigned 8-bit type.
MAX_VALUE_UINT16
Maximum value representation for an unsigned 16-bit type.
MAX_VALUE_UINT32
Maximum value representation for an unsigned 32-bit type.
MAX_VALUE_UINT64
Maximum value representation for an unsigned 64-bit type.
MIN_VALUE_CHAR
Minimum value representation for a char type.
MIN_VALUE_DOUBLE
Minimum value representation for a double precision 64-bit floating point type.
MIN_VALUE_FLOAT
Maximum value representation for a single precision 32-bit floating point type.
MIN_VALUE_INT8
Minimum value representation for a signed 8-bit type.
MIN_VALUE_INT16
Minimum value representation for a signed 16-bit type.
MIN_VALUE_INT32
Minimum value representation for a signed 32-bit type.
MIN_VALUE_INT64
Minimum value representation for a signed 64-bit type.
MIN_VALUE_UINT8
Minimum value representation for an unsigned 8-bit type.
MIN_VALUE_UINT16
Minimum value representation for an unsigned 16-bit type.
MIN_VALUE_UINT32
Minimum value representation for an unsigned 32-bit type.
MIN_VALUE_UINT64
Minimum value representation for an unsigned 64-bit type.
NULL_VALUE_CHAR
Null value representation for a char type.
NULL_VALUE_DOUBLE
Null value representation for a double precision 64-bit floating point type.
NULL_VALUE_FLOAT
Null value representation for a single precision 32-bit floating point type.
NULL_VALUE_INT8
Null value representation for a signed 8-bit type.
NULL_VALUE_INT16
Null value representation for a signed 16-bit type.
NULL_VALUE_INT32
Null value representation for a signed 32-bit type.
NULL_VALUE_INT64
Null value representation for a signed 64-bit type.
NULL_VALUE_UINT8
Null value representation for an unsigned 8-bit type.
NULL_VALUE_UINT16
Null value representation for an unsigned 16-bit type.
NULL_VALUE_UINT32
Null value representation for an unsigned 32-bit type.
NULL_VALUE_UINT64
Null value representation for an unsigned 64-bit type.