Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tdf_ubx_nav_pvt Struct Reference

u-blox GNSS NAV-PVT message More...

#include <definitions.h>

Data Fields

uint32_t itow
 GPS time of week of the navigation epoch.
 
uint16_t year
 Year (UTC)
 
uint8_t month
 Month, range 1..12 (UTC)
 
uint8_t day
 Day of month, range 1..31 (UTC)
 
uint8_t hour
 Hour of day, range 0..23 (UTC)
 
uint8_t min
 Minute of hour, range 0..59 (UTC)
 
uint8_t sec
 Seconds of minute, range 0..60 (UTC)
 
uint8_t valid
 Validity flags.
 
uint32_t t_acc
 Time accuracy estimate (UTC)
 
int32_t nano
 Fraction of second, range -1e9 .
 
uint8_t fix_type
 GNSS fix Type.
 
uint8_t flags
 Fix status flags.
 
uint8_t flags2
 Additional flags.
 
uint8_t num_sv
 Number of satellites used in Nav Solution.
 
int32_t lon
 Longitude.
 
int32_t lat
 Latitude.
 
int32_t height
 Height above ellipsoid.
 
int32_t h_msl
 Height above mean sea level.
 
uint32_t h_acc
 Horizontal accuracy estimate.
 
uint32_t v_acc
 Vertical accuracy estimate.
 
int32_t vel_n
 NED north velocity.
 
int32_t vel_e
 NED east velocity.
 
int32_t vel_d
 NED down velocity.
 
int32_t g_speed
 Ground Speed (2-D)
 
int32_t head_mot
 Heading of motion (2-D)
 
uint32_t s_acc
 Speed accuracy estimate.
 
uint32_t head_acc
 Heading accuracy estimate (both motion and vehicle)
 
uint16_t p_dop
 Position DOP.
 
uint16_t flags3
 Additional flags.
 
uint8_t reserved0 [4]
 Reserved.
 
int32_t head_veh
 Heading of vehicle (2-D)
 
int16_t mag_dec
 Magnetic declination.
 
uint16_t mag_acc
 Magnetic declination accuracy.
 

Detailed Description

u-blox GNSS NAV-PVT message

Field Documentation

◆ day

uint8_t tdf_ubx_nav_pvt::day

Day of month, range 1..31 (UTC)

◆ fix_type

uint8_t tdf_ubx_nav_pvt::fix_type

GNSS fix Type.

◆ flags

uint8_t tdf_ubx_nav_pvt::flags

Fix status flags.

◆ flags2

uint8_t tdf_ubx_nav_pvt::flags2

Additional flags.

◆ flags3

uint16_t tdf_ubx_nav_pvt::flags3

Additional flags.

◆ g_speed

int32_t tdf_ubx_nav_pvt::g_speed

Ground Speed (2-D)

◆ h_acc

uint32_t tdf_ubx_nav_pvt::h_acc

Horizontal accuracy estimate.

◆ h_msl

int32_t tdf_ubx_nav_pvt::h_msl

Height above mean sea level.

◆ head_acc

uint32_t tdf_ubx_nav_pvt::head_acc

Heading accuracy estimate (both motion and vehicle)

◆ head_mot

int32_t tdf_ubx_nav_pvt::head_mot

Heading of motion (2-D)

◆ head_veh

int32_t tdf_ubx_nav_pvt::head_veh

Heading of vehicle (2-D)

◆ height

int32_t tdf_ubx_nav_pvt::height

Height above ellipsoid.

◆ hour

uint8_t tdf_ubx_nav_pvt::hour

Hour of day, range 0..23 (UTC)

◆ itow

uint32_t tdf_ubx_nav_pvt::itow

GPS time of week of the navigation epoch.

◆ lat

int32_t tdf_ubx_nav_pvt::lat

Latitude.

◆ lon

int32_t tdf_ubx_nav_pvt::lon

Longitude.

◆ mag_acc

uint16_t tdf_ubx_nav_pvt::mag_acc

Magnetic declination accuracy.

◆ mag_dec

int16_t tdf_ubx_nav_pvt::mag_dec

Magnetic declination.

◆ min

uint8_t tdf_ubx_nav_pvt::min

Minute of hour, range 0..59 (UTC)

◆ month

uint8_t tdf_ubx_nav_pvt::month

Month, range 1..12 (UTC)

◆ nano

int32_t tdf_ubx_nav_pvt::nano

Fraction of second, range -1e9 .

. 1e9 (UTC)

◆ num_sv

uint8_t tdf_ubx_nav_pvt::num_sv

Number of satellites used in Nav Solution.

◆ p_dop

uint16_t tdf_ubx_nav_pvt::p_dop

Position DOP.

◆ reserved0

uint8_t tdf_ubx_nav_pvt::reserved0[4]

Reserved.

◆ s_acc

uint32_t tdf_ubx_nav_pvt::s_acc

Speed accuracy estimate.

◆ sec

uint8_t tdf_ubx_nav_pvt::sec

Seconds of minute, range 0..60 (UTC)

◆ t_acc

uint32_t tdf_ubx_nav_pvt::t_acc

Time accuracy estimate (UTC)

◆ v_acc

uint32_t tdf_ubx_nav_pvt::v_acc

Vertical accuracy estimate.

◆ valid

uint8_t tdf_ubx_nav_pvt::valid

Validity flags.

◆ vel_d

int32_t tdf_ubx_nav_pvt::vel_d

NED down velocity.

◆ vel_e

int32_t tdf_ubx_nav_pvt::vel_e

NED east velocity.

◆ vel_n

int32_t tdf_ubx_nav_pvt::vel_n

NED north velocity.

◆ year

uint16_t tdf_ubx_nav_pvt::year

Year (UTC)


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