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