Peter Barker
fd888727b8
AP_GPS: add override keyword where required
6 years ago
Peter Barker
2354a0ec5a
AP_GPS: ability to log GPS detection state to dataflash
8 years ago
Michael du Breuil
6f297deaf7
AP_GPS: Unify inject_data interface for all classes
8 years ago
Francisco Ferreira
1fc0dbe0bd
AP_GPS: fix GSOF highest supported status
8 years ago
Michael du Breuil
1c1e6e9398
AP_GPS: Support more fix types
8 years ago
Mathieu OTHACEHE
152edf7189
Global: remove mode line from headers
...
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
8 years ago
Peter Barker
6e72c899d1
AP_GPS: AP_GPS_GSOF: remove unused variable
8 years ago
Andrew Tridgell
9caf44b494
AP_GPS: update drivers for changed inject_data() API
...
need 16 bit length
8 years ago
Randy Mackay
3c7b2232b0
AP_GPS_GSOF: remove unused last_hdop
...
resolves a compiler warning
9 years ago
Lucas De Marchi
ff10d1136c
AP_GPS: reorganize includes
...
Due to the way the headers are organized a single change in a
AP_GPS backend would trigger a rebuild for most of the files in the
project. Time could be saved by using ccache (since most of the things
didn't change) but we can do better, i.e. re-organize
the headers so we don't have to re-build everything.
This makes internal headers internal and then other libraries only
depend on the AP_GPS.h header.
9 years ago
Lucas De Marchi
cd266fbf4f
AP_GPS: replace header guard with pragma once
9 years ago
Michael Oborne
2f49fa1531
AP_GPS_GSOF: add second comport to base config
9 years ago
Michael Oborne
0fceb76493
AP_GPS_GSOF: add trimble gsof driver
9 years ago