ardupilot/libraries/AP_HAL_FLYMAPLE
Gustavo Jose de Sousa 9f357ca812 AP_HAL_FLYMAPLE: 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
..
examples AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
utility AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_HAL_FLYMAPLE.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_HAL_FLYMAPLE_Main.h HAL_FLYMAPLE: initial port to flymaple board 2013-09-24 13:32:50 +10:00
AP_HAL_FLYMAPLE_Namespace.h HAL_FLYMAPLE: removed Console driver 2013-10-05 18:32:46 +10:00
AP_HAL_FLYMAPLE_Private.h HAL_FLYMAPLE: removed Console driver 2013-10-05 18:32:46 +10:00
AnalogIn.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AnalogIn.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AnalogSource.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
FlymaplePortingNotes.txt AP_HAL_FLYMAPLE: Add notes to FlymaplePortingNotes.txt re GPS selection. 2014-02-17 05:56:37 +11:00
FlymapleWirish.h AP_HAL_FLYMAPLE: Improved libmaple version detection 2013-10-07 08:41:52 +11:00
GPIO.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_FLYMAPLE_Class.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_FLYMAPLE_Class.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
I2CDriver.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
I2CDriver.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCOutput.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCOutput.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
SPIDriver.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
SPIDriver.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Semaphores.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Semaphores.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.cpp AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Util.h AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00