0.5.0
Loading...
Searching...
No Matches
NAV::UdpUtil::Size Namespace Reference

Variables

static constexpr size_t GPSCYCLE
 Size of a GPS cycle.
static constexpr size_t GPSTOW
 Size of a GPS TOW.
static constexpr size_t GPSWEEK
 Size of a GPS week.
static constexpr size_t MSGTYPE
 Size of the message type.
static constexpr size_t POS
 Size of a Pos (LLA)
static constexpr size_t QUAT
 Size of a Quaternion element.
static constexpr size_t SINGLE_OBSERVATION_DATA
 Size of a single GNSS observation.
static constexpr size_t SIZE
 Size of the size of a GNSS observation.
static constexpr size_t TOTAL_POS
 Size of a total 'Pos' message.
static constexpr size_t TOTAL_POSVEL
 Size of a total 'PosVel' message.
static constexpr size_t TOTAL_POSVELATT
 Size of a total 'PosVelAtt' message.
static constexpr size_t VEL
 Size of a Vel (NED)

Variable Documentation

◆ GPSCYCLE

size_t NAV::UdpUtil::Size::GPSCYCLE
staticconstexpr

Size of a GPS cycle.

Definition at line 41 of file UdpUtil.hpp.

◆ GPSTOW

size_t NAV::UdpUtil::Size::GPSTOW
staticconstexpr

Size of a GPS TOW.

Definition at line 45 of file UdpUtil.hpp.

◆ GPSWEEK

size_t NAV::UdpUtil::Size::GPSWEEK
staticconstexpr

Size of a GPS week.

Definition at line 43 of file UdpUtil.hpp.

◆ MSGTYPE

size_t NAV::UdpUtil::Size::MSGTYPE
staticconstexpr

Size of the message type.

Definition at line 39 of file UdpUtil.hpp.

◆ POS

size_t NAV::UdpUtil::Size::POS
staticconstexpr

Size of a Pos (LLA)

Definition at line 47 of file UdpUtil.hpp.

◆ QUAT

size_t NAV::UdpUtil::Size::QUAT
staticconstexpr

Size of a Quaternion element.

Definition at line 51 of file UdpUtil.hpp.

◆ SINGLE_OBSERVATION_DATA

size_t NAV::UdpUtil::Size::SINGLE_OBSERVATION_DATA
staticconstexpr

Size of a single GNSS observation.

Definition at line 63 of file UdpUtil.hpp.

◆ SIZE

size_t NAV::UdpUtil::Size::SIZE
staticconstexpr

Size of the size of a GNSS observation.

Definition at line 61 of file UdpUtil.hpp.

◆ TOTAL_POS

size_t NAV::UdpUtil::Size::TOTAL_POS
staticconstexpr

Size of a total 'Pos' message.

Definition at line 54 of file UdpUtil.hpp.

◆ TOTAL_POSVEL

size_t NAV::UdpUtil::Size::TOTAL_POSVEL
staticconstexpr

Size of a total 'PosVel' message.

Definition at line 56 of file UdpUtil.hpp.

◆ TOTAL_POSVELATT

size_t NAV::UdpUtil::Size::TOTAL_POSVELATT
staticconstexpr

Size of a total 'PosVelAtt' message.

Definition at line 58 of file UdpUtil.hpp.

◆ VEL

size_t NAV::UdpUtil::Size::VEL
staticconstexpr

Size of a Vel (NED)

Definition at line 49 of file UdpUtil.hpp.