ardupilot/libraries/AP_GPS
Gustavo Jose de Sousa 67db430583 AP_GPS: standardize inclusion of libaries headers
This commit changes the way libraries headers are included in source files:

 - If the header is in the same directory the source belongs to, so the
 notation '#include ""' is used with the path relative to the directory
 containing the source.

 - If the header is outside the directory containing the source, then we use
 the notation '#include <>' with the path relative to libraries folder.

Some of the advantages of such approach:

 - Only one search path for libraries headers.

 - OSs like Windows may have a better lookup time.
2015-08-11 16:28:43 +10:00
..
config AP_GPS: Removed CFG-DAT message from 3DR-Ublox-NEO7 2014-10-06 11:21:42 -07:00
examples AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK19.cpp AP_GPS: fixed MTK1.6 time handling 2015-03-13 10:29:36 +11: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_NMEA.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_NMEA.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_PX4.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_PX4.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SBP.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SBP.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SIRF.cpp AP_GPS: fixed init strings to all be in progmem 2014-04-01 06:38:25 +11:00
AP_GPS_SIRF.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_UBLOX.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_UBLOX.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10: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: Swift Binary Protocol SINGLE-POINT-POSITIONING Driver 2014-04-05 13:42:23 +11:00