ardupilot/libraries/AP_RangeFinder
Gustavo Jose de Sousa 5d39587469 AP_RangeFinder: 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:38:23 +10:00
..
examples/RFIND_test AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder.h AP_RangeFinder: new rangefinder API ready for its first backend 2014-07-08 15:07:50 +10:00
AP_RangeFinder_BBB_PRU.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder_BBB_PRU.h AP_RangeFinder: Add support for HC-SR04 Range Finder connected to BBB 2015-07-07 08:00:33 +10:00
AP_RangeFinder_MaxsonarI2CXL.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder_MaxsonarI2CXL.h AP_RangeFinder: convert MaxbotixI2C driver to new API 2014-07-08 15:07:51 +10:00
AP_RangeFinder_PX4.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder_PX4.h AP_RangeFinder: auto-update PX4 ll40ls max/min distance 2014-10-13 19:07:38 +11:00
AP_RangeFinder_PX4_PWM.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder_PX4_PWM.h AP_RangeFinder: added PX4-PWM rangefinder 2015-02-23 14:15:14 +11:00
AP_RangeFinder_PulsedLightLRF.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder_PulsedLightLRF.h RangeFinder: PulsedLight I2C addr to 0x62 2014-10-24 15:08:04 +09:00
AP_RangeFinder_analog.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
AP_RangeFinder_analog.h AP_RangeFinder: converted analog rangefinder backend to new API 2014-07-08 15:07:50 +10:00
RangeFinder.cpp AP_RangeFinder: Add support for HC-SR04 Range Finder connected to BBB 2015-07-07 08:00:33 +10:00
RangeFinder.h AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
RangeFinder_Backend.cpp AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00
RangeFinder_Backend.h AP_RangeFinder: standardize inclusion of libaries headers 2015-08-11 16:38:23 +10:00