ardupilot/libraries/AP_Compass
Gustavo Jose de Sousa 46774136a6 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-09-03 16:59:13 +10:00
..
examples/AP_Compass_test AP_Compass: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Compass_AK8963.cpp AP_Compass: publish raw and unfiltered field for AK8963 compass 2015-09-03 16:59:13 +10:00
AP_Compass_AK8963.h AP_Compass: AK8963: refactor constructors 2015-08-28 12:39:08 +10:00
AP_Compass_Backend.cpp AP_Compass: add samples to calibrator when published 2015-09-03 16:59:11 +10:00
AP_Compass_Backend.h AP_Compass: modify backend interface to push raw samples to frontend 2015-09-03 16:59:09 +10:00
AP_Compass_Calibration.cpp AP_Compass: standardize inclusion of libaries headers 2015-09-03 16:59:13 +10:00
AP_Compass_HIL.cpp AP_Compass_HIL: use new compass backend interface 2015-09-03 16:59:09 +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: publish raw and unfiltered field for HMC5843 compass 2015-09-03 16:59:13 +10:00
AP_Compass_HMC5843.h AP_Compass: HMC5843: Add support for MPU6000 auxiliary bus 2015-08-28 12:39:09 +10:00
AP_Compass_PX4.cpp AP_Compass_PX4: use new compass backend interface 2015-09-03 16:59:09 +10:00
AP_Compass_PX4.h AP_Compass: removed two unused functions 2015-03-14 08:52:37 +11:00
AP_Compass.h AP_Compass: use state array for compass variables 2015-03-13 18:46:15 +11:00
Compass_learn.cpp Compass: Improved field rounding in learning 2015-07-06 11:31:58 +10:00
Compass.cpp AP_Compass: configured() only checks compasses with _USE set 2015-09-03 16:59:12 +10:00
Compass.h AP_Compass: standardize inclusion of libaries headers 2015-09-03 16:59:13 +10:00
CompassCalibrator.cpp AP_Compass: standardize inclusion of libaries headers 2015-09-03 16:59:13 +10:00
CompassCalibrator.h AP_Compass: standardize inclusion of libaries headers 2015-09-03 16:59:13 +10:00
keywords.txt Compass: fixup line endings 2014-04-15 15:56:57 +09:00