ardupilot/libraries
Gustavo Jose de Sousa 62d5e7ca92 AP_Terrain: 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:43:16 +09:00
..
AC_AttitudeControl AC_AttitudeControl: standardize inclusion of libaries headers 2015-08-19 20:42:08 +09:00
AC_Fence AC_Fence: standardize inclusion of libaries headers 2015-08-19 20:42:09 +09:00
AC_PID AC_PID: standardize inclusion of libaries headers 2015-08-19 20:42:10 +09:00
AC_Sprayer AC_Sprayer: standardize inclusion of libaries headers 2015-08-19 20:42:11 +09:00
AC_WPNav AC_WPNav: standardize inclusion of libaries headers 2015-08-19 20:42:12 +09:00
APM_Control APM_Control: standardize inclusion of libaries headers 2015-08-19 20:42:13 +09:00
APM_OBC APM_OBC: standardize inclusion of libaries headers 2015-08-19 20:42:14 +09:00
APM_PI APM_PI: standardize inclusion of libaries headers 2015-08-19 20:42:15 +09:00
AP_ADC AP_ADC: standardize inclusion of libaries headers 2015-08-19 20:42:16 +09:00
AP_ADC_AnalogSource AP_ADC_AnalogSource: standardize inclusion of libaries headers 2015-08-19 20:42:17 +09:00
AP_AHRS AP_AHRS: standardize inclusion of libaries headers 2015-08-19 20:42:19 +09:00
AP_Airspeed AP_Airspeed: standardize inclusion of libaries headers 2015-08-19 20:42:20 +09:00
AP_Arming AP_Arming: standardize inclusion of libaries headers 2015-08-19 20:42:21 +09:00
AP_Baro AP_Baro: standardize inclusion of libaries headers 2015-08-19 20:42:22 +09:00
AP_BattMonitor AP_BattMonitor: standardize inclusion of libaries headers 2015-08-19 20:42:23 +09:00
AP_BoardConfig AP_BoardConfig: standardize inclusion of libaries headers 2015-08-19 20:42:24 +09:00
AP_Buffer AP_Buffer: change pop_front to return a bool if successful 2014-10-20 08:26:14 +11:00
AP_Camera AP_Camera: standardize inclusion of libaries headers 2015-08-19 20:42:25 +09:00
AP_Common AP_Common: standardize inclusion of libaries headers 2015-08-19 20:42:26 +09:00
AP_Compass AP_Compass: standardize inclusion of libaries headers 2015-08-19 20:42:28 +09:00
AP_Curve AP_Curve: standardize inclusion of libaries headers 2015-08-19 20:42:29 +09:00
AP_Declination AP_Declination: standardize inclusion of libaries headers 2015-08-19 20:42:30 +09:00
AP_EPM AP_EPM: standardize inclusion of libaries headers 2015-08-19 20:42:31 +09:00
AP_Frsky_Telem AP_Frsky_Telem: standardize inclusion of libaries headers 2015-08-19 20:42:32 +09:00
AP_GPS AP_GPS: standardize inclusion of libaries headers 2015-08-19 20:42:33 +09:00
AP_HAL AP_HAL: standardize inclusion of libaries headers 2015-08-19 20:42:34 +09:00
AP_HAL_AVR AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-19 20:42:35 +09:00
AP_HAL_Empty AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-19 20:42:37 +09:00
AP_HAL_FLYMAPLE AP_HAL_FLYMAPLE: standardize inclusion of libaries headers 2015-08-19 20:42:38 +09:00
AP_HAL_Linux AP_HAL_Linux: standardize inclusion of libaries headers 2015-08-19 20:42:40 +09:00
AP_HAL_PX4 AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
AP_HAL_SITL AP_HAL_SITL: standardize inclusion of libaries headers 2015-08-19 20:42:43 +09:00
AP_HAL_VRBRAIN AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-19 20:42:44 +09:00
AP_InertialNav AP_InertialNav: standardize inclusion of libaries headers 2015-08-19 20:42:45 +09:00
AP_InertialSensor AP_InertialSensor: standardize inclusion of libaries headers 2015-08-19 20:42:46 +09:00
AP_L1_Control AP_L1_Control: standardize inclusion of libaries headers 2015-08-19 20:42:47 +09:00
AP_LandingGear AP_LandingGear: standardize inclusion of libaries headers 2015-08-19 20:42:49 +09:00
AP_Limits AP_Limits: standardize inclusion of libaries headers 2015-08-19 20:42:50 +09:00
AP_Math AP_Math: standardize inclusion of libaries headers 2015-08-19 20:42:51 +09:00
AP_Menu AP_Menu: standardize inclusion of libaries headers 2015-08-19 20:42:52 +09:00
AP_Mission AP_Mission: standardize inclusion of libaries headers 2015-08-19 20:42:53 +09:00
AP_Motors AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_Mount AP_Mount: standardize inclusion of libaries headers 2015-08-19 20:42:55 +09:00
AP_NavEKF AP_NavEKF: standardize inclusion of libaries headers 2015-08-19 20:42:56 +09:00
AP_Navigation AP_Navigation: standardize inclusion of libaries headers 2015-08-19 20:42:57 +09:00
AP_Notify AP_Notify: standardize inclusion of libaries headers 2015-08-19 20:42:59 +09:00
AP_OpticalFlow AP_OpticalFlow: standardize inclusion of libaries headers 2015-08-19 20:43:00 +09:00
AP_Parachute AP_Parachute: standardize inclusion of libaries headers 2015-08-19 20:43:01 +09:00
AP_Param AP_Param: standardize inclusion of libaries headers 2015-08-19 20:43:02 +09:00
AP_PerfMon AP_PerfMon: standardize inclusion of libaries headers 2015-08-19 20:43:03 +09:00
AP_Progmem AP_Progmem: standardize inclusion of libaries headers 2015-08-19 20:43:04 +09:00
AP_RCMapper AP_RCMapper: standardize inclusion of libaries headers 2015-08-19 20:43:06 +09:00
AP_Rally AP_Rally: standardize inclusion of libaries headers 2015-08-19 20:43:07 +09:00
AP_RangeFinder AP_RangeFinder: standardize inclusion of libaries headers 2015-08-19 20:43:08 +09:00
AP_Relay AP_Relay: standardize inclusion of libaries headers 2015-08-19 20:43:09 +09:00
AP_Scheduler AP_Scheduler: standardize inclusion of libaries headers 2015-08-19 20:43:10 +09:00
AP_SerialManager AP_SerialManager: standardize inclusion of libaries headers 2015-08-19 20:43:11 +09:00
AP_ServoRelayEvents AP_ServoRelayEvents: standardize inclusion of libaries headers 2015-08-19 20:43:12 +09:00
AP_SpdHgtControl AP_SpdHgtControl: standardize inclusion of libaries headers 2015-08-19 20:43:14 +09:00
AP_TECS AP_TECS: standardize inclusion of libaries headers 2015-08-19 20:43:15 +09:00
AP_Terrain AP_Terrain: standardize inclusion of libaries headers 2015-08-19 20:43:16 +09:00
AP_Vehicle AP_Vehicle: all vehicles now use functors 2015-06-01 15:18:32 +10:00
DataFlash DataFlash: consolidate GPS, GPS2 messages 2015-08-19 20:04:07 +09:00
Filter LowPassFilter: add get method 2015-06-12 21:36:24 +09:00
GCS_Console GCS_Console: convert example from .pde to .cpp 2015-06-01 17:07:07 +10:00
GCS_MAVLink GCS_MAVLink: fixed bug setting parameters to default values 2015-08-19 20:41:58 +09:00
PID PID: convert example from .pde to .cpp 2015-06-01 17:07:08 +10:00
RC_Channel RC_Channel: prevent floating exception on bad MIN/MAX/TRIM values 2015-08-19 20:02:34 +09:00
SITL SITL: fix coverity warning - removed unused variable heli_servos 2015-08-19 20:03:37 +09:00
StorageManager StorageManager: remove unnecessary calculations on addr for next area 2015-08-19 20:04:17 +09:00
doc Checking these in makes the libraries too bulky. We need to host them somewhere. 2011-01-04 06:22:02 +00:00