ardupilot/libraries/AP_GPS
Peter Barker 816045c1ab AP_GPS: correct compiler warnings
In file included from ../../libraries/AP_GPS/AP_GPS_SBF.cpp:22:
../../libraries/AP_GPS/AP_GPS_SBF.h:75:14: warning: private field
'last_injected_data_ms' is not used [-Wunused-private-field]
    uint32_t last_injected_data_ms = 0;
             ^
../../libraries/AP_GPS/AP_GPS_SBF.h:210:7: warning: private field
'RxError_bits' is not used [-Wunused-private-field]
    } RxError_bits;
2018-03-02 09:26:37 +09:00
..
examples AP_GPS: removed create() method for objects 2017-12-14 08:12:28 +11:00
tests
AP_GPS.cpp AP_GPS: add param defaults for EMLID_EDGE for GPS_TYPE=9 2018-02-13 15:29:53 +11:00
AP_GPS.h AP_GPS: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_GPS_ERB.cpp AP_GPS: support GPS_RTK and GPS2_RTK messages in Emlid reach modules. Requires Reach FW >= 2.7.4 2017-10-30 18:28:20 +00:00
AP_GPS_ERB.h AP_GPS: Only send GPS*_RTK mavlink messages if the backend supports them 2017-10-30 18:28:20 +00:00
AP_GPS_GSOF.cpp AP_GPS: Unify inject_data interface for all classes 2017-04-19 02:05:51 +01:00
AP_GPS_GSOF.h AP_GPS: ability to log GPS detection state to dataflash 2017-04-23 21:03:23 +01:00
AP_GPS_MAV.cpp AP_GPS: set have_vertical_velocity if MAVLink GPS report it 2018-03-01 14:31:56 -07:00
AP_GPS_MAV.h AP_GPS: ability to log GPS detection state to dataflash 2017-04-23 21:03:23 +01:00
AP_GPS_MTK.cpp AP_GPS: use FALLTHROUGH define 2017-08-22 23:59:13 -07:00
AP_GPS_MTK.h AP_GPS: ability to log GPS detection state to dataflash 2017-04-23 21:03:23 +01:00
AP_GPS_MTK19.cpp
AP_GPS_MTK19.h AP_GPS: ability to log GPS detection state to dataflash 2017-04-23 21:03:23 +01:00
AP_GPS_MTK_Common.h
AP_GPS_NMEA.cpp AP_GPS: parse RTK status in NMEA GGA message 2017-09-15 22:33:47 +01:00
AP_GPS_NMEA.h AP_GPS: parse RTK status in NMEA GGA message 2017-09-15 22:33:47 +01:00
AP_GPS_NOVA.cpp AP_GPS: Publish the number of satellites in the RTK correction messages, and the age of the RTK correction messages 2017-07-19 20:42:23 +09:00
AP_GPS_NOVA.h AP_GPS: Improve comments and documentation (NFC) 2017-07-19 20:42:23 +09:00
AP_GPS_QURT.cpp AP_GPS: Fix a memory leak in QURT GPS 2017-04-09 16:56:00 +10:00
AP_GPS_QURT.h AP_GPS: rename QURTGPS to QURT 2017-04-23 21:04:15 +01:00
AP_GPS_SBF.cpp AP_GPS: Improve comments (NFC) 2017-12-05 10:44:58 +09:00
AP_GPS_SBF.h AP_GPS: correct compiler warnings 2018-03-02 09:26:37 +09:00
AP_GPS_SBP.cpp AP_GPS: Publish information on the GPS*_RTK mavlink messages 2017-10-30 18:28:20 +00:00
AP_GPS_SBP.h AP_GPS: Only send GPS*_RTK mavlink messages if the backend supports them 2017-10-30 18:28:20 +00:00
AP_GPS_SBP2.cpp AP_GPS: Improve comments and documentation (NFC) 2017-07-19 20:42:23 +09:00
AP_GPS_SBP2.h AP_GPS: Add SBP EXT_EVENT Message to dataflash log 2017-06-29 15:18:05 +01:00
AP_GPS_SIRF.cpp AP_GPS: add missing fallthrough 2017-09-01 13:45:22 -07:00
AP_GPS_SIRF.h AP_GPS: ability to log GPS detection state to dataflash 2017-04-23 21:03:23 +01:00
AP_GPS_UAVCAN.cpp AP_GPS: support for multiple instances on different interfaces 2017-07-03 11:44:32 +01:00
AP_GPS_UAVCAN.h AP_GPS: support for multiple instances on different interfaces 2017-07-03 11:44:32 +01:00
AP_GPS_UBLOX.cpp AP_GPS: u-blox: Log unconfigured messages 2017-10-06 12:53:32 +01:00
AP_GPS_UBLOX.h AP_GPS: Allow backends to report their lag confidences 2017-06-21 11:44:45 +01:00
GPS_Backend.cpp AP_GPS: implement GPS*_RTK mavlink messages 2017-10-30 18:28:20 +00:00
GPS_Backend.h AP_GPS: Allow GPS's to run functions on arming (used by SBF) 2017-11-06 01:33:57 +00:00
GPS_detect_state.h AP_GPS: Adds SBP Version 2: Swift Navigation Piksi Multi support 2017-04-18 18:25:54 +01:00