|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <emlid_reach.h>
Public Attributes | |
| uint32_t | timeGPS |
| double | longitude |
| double | latitude |
| double | altElipsoid |
| double | altMeanSeaLevel |
| uint32_t | accHorizontal |
| uint32_t | accVertical |
| erb_checksum_t | checksum |
Definition at line 78 of file emlid_reach.h.
| uint32_t erb_geodic_position_t::accHorizontal |
Definition at line 84 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().
| uint32_t erb_geodic_position_t::accVertical |
Definition at line 85 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().
| double erb_geodic_position_t::altElipsoid |
Definition at line 82 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().
| double erb_geodic_position_t::altMeanSeaLevel |
Definition at line 83 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().
| erb_checksum_t erb_geodic_position_t::checksum |
Definition at line 86 of file emlid_reach.h.
| double erb_geodic_position_t::latitude |
Definition at line 81 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().
| double erb_geodic_position_t::longitude |
Definition at line 80 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().
| uint32_t erb_geodic_position_t::timeGPS |
Definition at line 79 of file emlid_reach.h.
Referenced by GPSDriverEmlidReach::handleErbSentence().