PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ubx.h>
Public Attributes | |
uint32_t | iTOW |
GPS Time of Week [ms]. More... | |
int32_t | fTOW |
Fractional part of iTOW (range: +/-500000) [ns]. More... | |
int16_t | week |
GPS week. More... | |
uint8_t | gpsFix |
GPSfix type: 0 = No fix, 1 = Dead Reckoning only, 2 = 2D fix, 3 = 3d-fix, 4 = GPS + dead reckoning, 5 = time only fix. More... | |
uint8_t | flags |
int32_t | ecefX |
int32_t | ecefY |
int32_t | ecefZ |
uint32_t | pAcc |
int32_t | ecefVX |
int32_t | ecefVY |
int32_t | ecefVZ |
uint32_t | sAcc |
uint16_t | pDOP |
Position DOP [0.01]. More... | |
uint8_t | reserved1 |
uint8_t | numSV |
Number of SVs used in Nav Solution. More... | |
uint32_t | reserved2 |
int32_t ubx_payload_rx_nav_sol_t::fTOW |
uint8_t ubx_payload_rx_nav_sol_t::gpsFix |
GPSfix type: 0 = No fix, 1 = Dead Reckoning only, 2 = 2D fix, 3 = 3d-fix, 4 = GPS + dead reckoning, 5 = time only fix.
Definition at line 348 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
uint32_t ubx_payload_rx_nav_sol_t::iTOW |
uint8_t ubx_payload_rx_nav_sol_t::numSV |
Number of SVs used in Nav Solution.
Definition at line 360 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
uint32_t ubx_payload_rx_nav_sol_t::sAcc |
Definition at line 357 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().