|
APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
| LOG_PACKET_HEADER | |
| uint64_t | time_us |
| uint32_t | TOW |
| uint16_t | WNc |
| uint8_t | Mode |
| uint8_t | Error |
| double | Latitude |
| double | Longitude |
| double | Height |
| float | Undulation |
| float | Vn |
| float | Ve |
| float | Vu |
| float | COG |
Definition at line 812 of file LogStructure.h.
| float log_GPS_SBF_EVENT::COG |
Definition at line 826 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| uint8_t log_GPS_SBF_EVENT::Error |
Definition at line 818 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| double log_GPS_SBF_EVENT::Height |
Definition at line 821 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| double log_GPS_SBF_EVENT::Latitude |
Definition at line 819 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| log_GPS_SBF_EVENT::LOG_PACKET_HEADER |
Definition at line 813 of file LogStructure.h.
| double log_GPS_SBF_EVENT::Longitude |
Definition at line 820 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| uint8_t log_GPS_SBF_EVENT::Mode |
Definition at line 817 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| uint64_t log_GPS_SBF_EVENT::time_us |
Definition at line 814 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| uint32_t log_GPS_SBF_EVENT::TOW |
Definition at line 815 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| float log_GPS_SBF_EVENT::Undulation |
Definition at line 822 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| float log_GPS_SBF_EVENT::Ve |
Definition at line 824 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| float log_GPS_SBF_EVENT::Vn |
Definition at line 823 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| float log_GPS_SBF_EVENT::Vu |
Definition at line 825 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
| uint16_t log_GPS_SBF_EVENT::WNc |
Definition at line 816 of file LogStructure.h.
Referenced by AP_GPS_SBF::log_ExtEventPVTGeodetic().
1.8.13