ardupilot/libraries/AP_Compass
Gustavo Jose de Sousa 58f300e78e AP_Compass: 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:42 +10:00
..
examples/AP_Compass_test AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass.h AP_Compass: use state array for compass variables 2015-03-13 18:46:15 +11:00
AP_Compass_AK8963.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_AK8963.h AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_Backend.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_Backend.h AP_Compass: use state array for compass variables 2015-03-13 18:46:15 +11:00
AP_Compass_HIL.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_HIL.h AP_Compass: setup HIL/SITL for two compasses 2015-05-16 07:06:04 +10:00
AP_Compass_HMC5843.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_HMC5843.h AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_PX4.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_PX4.h AP_Compass: removed two unused functions 2015-03-14 08:52:37 +11:00
Compass.cpp AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
Compass.h AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
Compass_learn.cpp Compass: Improved field rounding in learning 2015-07-06 11:31:58 +10:00
keywords.txt Compass: fixup line endings 2014-04-15 15:56:57 +09:00