|
APM:Libraries
|
#include <LogStructure.h>
Public Attributes | |
| LOG_PACKET_HEADER | |
| uint64_t | time_us |
| int32_t | iTOW |
| int16_t | week |
| uint8_t | numSV |
| uint8_t | sv |
| double | cpMes |
| double | prMes |
| float | doMes |
| int8_t | mesQI |
| int8_t | cno |
| uint8_t | lli |
Definition at line 770 of file LogStructure.h.
| int8_t log_GPS_RAW::cno |
Definition at line 781 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| double log_GPS_RAW::cpMes |
Definition at line 777 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| float log_GPS_RAW::doMes |
Definition at line 779 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| int32_t log_GPS_RAW::iTOW |
Definition at line 773 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| uint8_t log_GPS_RAW::lli |
Definition at line 782 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| log_GPS_RAW::LOG_PACKET_HEADER |
Definition at line 771 of file LogStructure.h.
| int8_t log_GPS_RAW::mesQI |
Definition at line 780 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| uint8_t log_GPS_RAW::numSV |
Definition at line 775 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| double log_GPS_RAW::prMes |
Definition at line 778 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| uint8_t log_GPS_RAW::sv |
Definition at line 776 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| uint64_t log_GPS_RAW::time_us |
Definition at line 772 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
| int16_t log_GPS_RAW::week |
Definition at line 774 of file LogStructure.h.
Referenced by AP_GPS_UBLOX::log_rxm_raw().
1.8.13