nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
nmealib::nmea2000::SignedAngleTraits Struct Reference

#include <dataTypes.h>

Public Types

using RawType = uint16_t
 
using TargetType = float
 

Static Public Attributes

static constexpr double MIN = -M_PI
 
static constexpr double MAX = M_PI
 
static constexpr double RESOLUTION = 1e-4
 
static constexpr RawType RAW_MIN = std::numeric_limits<RawType>::min()
 
static constexpr RawType RAW_MAX = std::numeric_limits<RawType>::max()
 

Detailed Description

Definition at line 216 of file dataTypes.h.

Member Typedef Documentation

◆ RawType

Definition at line 220 of file dataTypes.h.

◆ TargetType

Definition at line 221 of file dataTypes.h.

Member Data Documentation

◆ MAX

constexpr double nmealib::nmea2000::SignedAngleTraits::MAX = M_PI
staticconstexpr

Definition at line 218 of file dataTypes.h.

◆ MIN

constexpr double nmealib::nmea2000::SignedAngleTraits::MIN = -M_PI
staticconstexpr

Definition at line 217 of file dataTypes.h.

◆ RAW_MAX

constexpr RawType nmealib::nmea2000::SignedAngleTraits::RAW_MAX = std::numeric_limits<RawType>::max()
staticconstexpr

Definition at line 223 of file dataTypes.h.

◆ RAW_MIN

constexpr RawType nmealib::nmea2000::SignedAngleTraits::RAW_MIN = std::numeric_limits<RawType>::min()
staticconstexpr

Definition at line 222 of file dataTypes.h.

◆ RESOLUTION

constexpr double nmealib::nmea2000::SignedAngleTraits::RESOLUTION = 1e-4
staticconstexpr

Definition at line 219 of file dataTypes.h.


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