ardupilot/libraries/AP_GPS
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes
Most of AP_Progmem is already gone so we can stop including it in most
of the places. The only places that need it are the ones using
pgm_read_*() APIs.

In some cases the header needed to be added in the .cpp since it was
removed from the .h to reduce scope. In those cases the headers were
also reordered.
2015-10-30 14:35:32 +09:00
..
config AP_GPS: config file for Ublox M8N 2015-08-27 09:54:22 +09:00
examples Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
AP_GPS_GSOF.cpp AP_GPS_GSOF: minor tweak to avoid warning 2015-10-10 14:34:54 +09:00
AP_GPS_GSOF.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00
AP_GPS_MTK19.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_MTK19.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK_Common.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
AP_GPS_MTK.cpp Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
AP_GPS_MTK.h Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
AP_GPS_NMEA.cpp Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
AP_GPS_NMEA.h Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
AP_GPS_PX4.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_PX4.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SBF.cpp AP_GPS_SBF: add accuracy estimates 2015-09-09 12:28:25 +10:00
AP_GPS_SBF.h AP_GPS_SBF: add accuracy estimates 2015-09-09 12:28:25 +10:00
AP_GPS_SBP.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_GPS_SBP.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SIRF.cpp Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
AP_GPS_SIRF.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_UBLOX.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
AP_GPS_UBLOX.h AP_GPS: Use state.instance instead of trying to track instance numbers inside of the ublox driver 2015-09-23 20:42:42 -07:00
AP_GPS.cpp Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
AP_GPS.h Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
GPS_Backend.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPS_Backend.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPS_detect_state.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00