#include <cstdint>
#include <cinttypes>
#include <cmath>
#include <algorithm>
#include <jau/basic_types.hpp>
#include "ieee11073/DataTypes.hpp"
Go to the source code of this file.
◆ FIRST_RESERVED_VALUE
const int32_t FIRST_RESERVED_VALUE = FloatTypes::ReservedFloatValues::MDER_POSITIVE_INFINITY |
|
static |
◆ FIRST_S_RESERVED_VALUE
const uint32_t FIRST_S_RESERVED_VALUE = FloatTypes::ReservedSFloatValues::MDER_S_POSITIVE_INFINITY |
|
static |
◆ reserved_float_values
const float reserved_float_values[5] = {INFINITY, NAN, NAN, NAN, -INFINITY} |
|
static |