ardupilot/libraries/AP_Motors
Gustavo Jose de Sousa 2aba5319ed AP_Motors: 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:54 +09:00
..
examples AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_Motors.h AP_Motors: remove multicopter only features 2015-07-21 16:25:28 +09:00
AP_MotorsCoax.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsCoax.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsHeli.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsHeli.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsHexa.cpp Copter Motors: add slow start feature 2013-09-12 22:27:44 +09:00
AP_MotorsHexa.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsMatrix.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsMatrix.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsMulticopter.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsMulticopter.h Motors_Multicopter: add MOT_THR_MIX_MAX parameter 2015-08-19 20:04:15 +09:00
AP_MotorsOcta.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsOcta.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsOctaQuad.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsOctaQuad.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsQuad.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsQuad.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsSingle.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsSingle.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsTri.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsTri.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_MotorsY6.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsY6.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_Motors_Class.cpp AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00
AP_Motors_Class.h AP_Motors: standardize inclusion of libaries headers 2015-08-19 20:42:54 +09:00