ardupilot/libraries/AP_HAL_Linux
Gustavo Jose de Sousa 7ac51f60d0 AP_HAL_Linux: 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-19 20:42:40 +09:00
..
examples/BusTest AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
AP_HAL_Linux.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
AP_HAL_Linux_Main.h HAL_Linux: use board subtypes 2014-07-14 09:44:35 +10:00
AP_HAL_Linux_Namespace.h HAL_Linux: added rcout implementation for bebop 2015-07-10 16:46:30 +10:00
AP_HAL_Linux_Private.h HAL_Linux: added rcout implementation for bebop 2015-07-10 16:46:30 +10:00
AnalogIn.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
AnalogIn.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
AnalogIn_Navio.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
AnalogIn_Navio.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
ConsoleDevice.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
ConsoleDevice.h AP_HAL_Linux: added ConsoleDevice 2015-08-19 20:02:56 +09:00
GPIO.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
GPIO.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
GPIO_BBB.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
GPIO_BBB.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
GPIO_RPI.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
GPIO_RPI.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
HAL_Linux_Class.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
HAL_Linux_Class.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
I2CDriver.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
I2CDriver.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_AioPRU.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_AioPRU.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_Navio.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_Navio.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_PRU.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_PRU.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_ZYNQ.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCInput_ZYNQ.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_AioPRU.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_AioPRU.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_Bebop.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_Bebop.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_Navio.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_Navio.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_PRU.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_PRU.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_ZYNQ.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
RCOutput_ZYNQ.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
SPIDriver.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
SPIDriver.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
SPIUARTDriver.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
SPIUARTDriver.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Scheduler.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Scheduler.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Semaphores.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Semaphores.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
SerialDevice.h AP_HAL_Linux: added SerialDevice interface 2015-08-19 20:02:50 +09:00
Storage.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Storage.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Storage_FRAM.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Storage_FRAM.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
TCPServerDevice.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
TCPServerDevice.h HAL_Linux: allow startup before network bringup 2015-08-19 20:03:13 +09:00
ToneAlarmDriver.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
ToneAlarmDriver.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
UARTDevice.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
UARTDevice.h AP_HAL_Linux: added UARTDevice 2015-08-19 20:02:51 +09:00
UARTDriver.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
UARTDriver.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
UDPDevice.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
UDPDevice.h HAL_Linux: added bcast flag for udp broadcast 2015-08-19 20:03:20 +09:00
Util.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
Util.h AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
dsm.cpp AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
dsm.h HAL_Linux: added low level DSM decoder 2014-10-08 12:50:50 +11:00
sbus.cpp HAL_Linux: fixed build warnings 2014-10-09 16:49:23 +11:00
sbus.h HAL_Linux: added SBUS decoder from PX4 project 2014-10-07 14:57:34 +11:00