PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ubx.h>
Public Attributes | |
uint32_t | iTOW |
GPS Time of Week [ms]. More... | |
int32_t | lon |
Longitude [1e-7 deg]. More... | |
int32_t | lat |
Latitude [1e-7 deg]. More... | |
int32_t | height |
Height above ellipsoid [mm]. More... | |
int32_t | hMSL |
Height above mean sea level [mm]. More... | |
uint32_t | hAcc |
Horizontal accuracy estimate [mm]. More... | |
uint32_t | vAcc |
Vertical accuracy estimate [mm]. More... | |
uint32_t ubx_payload_rx_nav_posllh_t::hAcc |
Horizontal accuracy estimate [mm].
Definition at line 327 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
int32_t ubx_payload_rx_nav_posllh_t::height |
Height above ellipsoid [mm].
Definition at line 325 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
int32_t ubx_payload_rx_nav_posllh_t::hMSL |
Height above mean sea level [mm].
Definition at line 326 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
uint32_t ubx_payload_rx_nav_posllh_t::iTOW |
int32_t ubx_payload_rx_nav_posllh_t::lat |
Latitude [1e-7 deg].
Definition at line 324 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
int32_t ubx_payload_rx_nav_posllh_t::lon |
Longitude [1e-7 deg].
Definition at line 323 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
uint32_t ubx_payload_rx_nav_posllh_t::vAcc |
Vertical accuracy estimate [mm].
Definition at line 328 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().