| PX4 Firmware
    PX4 Autopilot Software http://px4.io | 
#include <ubx.h>
| Public Attributes | |
| uint32_t | iTOW | 
| GPS Time of Week [ms].  More... | |
| int32_t | velN | 
| North velocity component [cm/s].  More... | |
| int32_t | velE | 
| East velocity component [cm/s].  More... | |
| int32_t | velD | 
| Down velocity component [cm/s].  More... | |
| uint32_t | speed | 
| Speed (3-D) [cm/s].  More... | |
| uint32_t | gSpeed | 
| Ground speed (2-D) [cm/s].  More... | |
| int32_t | heading | 
| Heading of motion 2-D [1e-5 deg].  More... | |
| uint32_t | sAcc | 
| Speed accuracy estimate [cm/s].  More... | |
| uint32_t | cAcc | 
| Course / Heading accuracy estimate [1e-5 deg].  More... | |
| uint32_t ubx_payload_rx_nav_velned_t::cAcc | 
Course / Heading accuracy estimate [1e-5 deg].
Definition at line 485 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
| uint32_t ubx_payload_rx_nav_velned_t::gSpeed | 
| int32_t ubx_payload_rx_nav_velned_t::heading | 
Heading of motion 2-D [1e-5 deg].
Definition at line 483 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
| uint32_t ubx_payload_rx_nav_velned_t::iTOW | 
| uint32_t ubx_payload_rx_nav_velned_t::sAcc | 
| uint32_t ubx_payload_rx_nav_velned_t::speed | 
Speed (3-D) [cm/s].
Definition at line 481 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
| int32_t ubx_payload_rx_nav_velned_t::velD | 
Down velocity component [cm/s].
Definition at line 480 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
| int32_t ubx_payload_rx_nav_velned_t::velE | 
East velocity component [cm/s].
Definition at line 479 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().
| int32_t ubx_payload_rx_nav_velned_t::velN | 
North velocity component [cm/s].
Definition at line 478 of file ubx.h.
Referenced by GPSDriverUBX::payloadRxDone().