ardupilot/libraries/AP_Notify
Gustavo Jose de Sousa 3ca7429594 AP_Notify: 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:59 +09:00
..
examples AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
AP_BoardLED.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
AP_BoardLED.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
AP_Notify.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
AP_Notify.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
Buzzer.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
Buzzer.h Notify: remove GPS glitch notification 2015-03-13 16:40:41 +09:00
ExternalLED.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
ExternalLED.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
NavioLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED_I2C.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
NavioLED_I2C.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NotifyDevice.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
OreoLED_PX4.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
OreoLED_PX4.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
RGBLed.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
RGBLed.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
ToneAlarm_Linux.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
ToneAlarm_Linux.h AP_Notify: rename member to initialized 2015-06-10 16:39:01 +10:00
ToneAlarm_PX4.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
ToneAlarm_PX4.h Notify: rename lost_copter to vehicle_lost 2015-04-13 17:44:44 +09:00
ToshibaLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED_I2C.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
ToshibaLED_I2C.h AP_Notify: added missing files 2013-08-30 13:01:35 +10:00
ToshibaLED_PX4.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
ToshibaLED_PX4.h AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
VRBoard_LED.cpp AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
VRBoard_LED.h AP_Notify: use RGB driver for board led in VRBRAIN boards. 2015-02-02 08:43:59 +11:00