Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
nRF9x GNSS PVT data frame More...
#include <definitions.h>
Data Fields | |
int32_t | lat |
Latitude. | |
int32_t | lon |
Longitude. | |
int32_t | height |
Height above ellipsoid. | |
uint32_t | h_acc |
Horizontal accuracy estimate. | |
uint32_t | v_acc |
Vertical accuracy estimate. | |
int32_t | h_speed |
Horizontal Speed (2-D) | |
uint32_t | h_speed_acc |
Horizonal speed accuracy estimate. | |
int32_t | v_speed |
Horizontal Speed (2-D) | |
uint32_t | v_speed_acc |
Horizonal speed accuracy estimate. | |
int32_t | head_mot |
Heading of motion (2-D) | |
uint32_t | head_acc |
Heading accuracy estimate (both motion and vehicle) | |
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) | |
uint16_t | ms |
Milliseconds, range 0..999 (UTC) | |
uint16_t | p_dop |
Position DOP. | |
uint16_t | h_dop |
Horizontal position DOP. | |
uint16_t | v_dop |
Vertical position DOP. | |
uint16_t | t_dop |
Time DOP. | |
uint8_t | flags |
Fix status flags. | |
uint8_t | num_sv |
Number of satellites used in Nav Solution. | |
nRF9x GNSS PVT data frame
uint8_t tdf_nrf9x_gnss_pvt::day |
Day of month, range 1..31 (UTC)
uint8_t tdf_nrf9x_gnss_pvt::flags |
Fix status flags.
uint32_t tdf_nrf9x_gnss_pvt::h_acc |
Horizontal accuracy estimate.
uint16_t tdf_nrf9x_gnss_pvt::h_dop |
Horizontal position DOP.
int32_t tdf_nrf9x_gnss_pvt::h_speed |
Horizontal Speed (2-D)
uint32_t tdf_nrf9x_gnss_pvt::h_speed_acc |
Horizonal speed accuracy estimate.
uint32_t tdf_nrf9x_gnss_pvt::head_acc |
Heading accuracy estimate (both motion and vehicle)
int32_t tdf_nrf9x_gnss_pvt::head_mot |
Heading of motion (2-D)
int32_t tdf_nrf9x_gnss_pvt::height |
Height above ellipsoid.
uint8_t tdf_nrf9x_gnss_pvt::hour |
Hour of day, range 0..23 (UTC)
int32_t tdf_nrf9x_gnss_pvt::lat |
Latitude.
int32_t tdf_nrf9x_gnss_pvt::lon |
Longitude.
uint8_t tdf_nrf9x_gnss_pvt::min |
Minute of hour, range 0..59 (UTC)
uint8_t tdf_nrf9x_gnss_pvt::month |
Month, range 1..12 (UTC)
uint16_t tdf_nrf9x_gnss_pvt::ms |
Milliseconds, range 0..999 (UTC)
uint8_t tdf_nrf9x_gnss_pvt::num_sv |
Number of satellites used in Nav Solution.
uint16_t tdf_nrf9x_gnss_pvt::p_dop |
Position DOP.
uint8_t tdf_nrf9x_gnss_pvt::sec |
Seconds of minute, range 0..60 (UTC)
uint16_t tdf_nrf9x_gnss_pvt::t_dop |
Time DOP.
uint32_t tdf_nrf9x_gnss_pvt::v_acc |
Vertical accuracy estimate.
uint16_t tdf_nrf9x_gnss_pvt::v_dop |
Vertical position DOP.
int32_t tdf_nrf9x_gnss_pvt::v_speed |
Horizontal Speed (2-D)
uint32_t tdf_nrf9x_gnss_pvt::v_speed_acc |
Horizonal speed accuracy estimate.
uint16_t tdf_nrf9x_gnss_pvt::year |
Year (UTC)