ardupilot/libraries/GCS_MAVLink
Gustavo Jose de Sousa 8cf54e1e3c GCS_MAVLink: 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:21 +09:00
..
examples/routing GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
include/mavlink/v1.0 GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
message_definitions GCS_MAVLink: merged upstream mag cal messages for APM 2015-07-01 12:00:23 +10:00
.gitignore Updated MAVLink to 1.0.6 release. 2012-04-19 15:46:29 -04:00
GCS.h GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
GCS_Common.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
GCS_Logs.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
GCS_MAVLink.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
GCS_MAVLink.h GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
GCS_serial_control.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
MAVLink_routing.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
MAVLink_routing.h GCS_MAVLink: standardize inclusion of libaries headers 2015-08-19 20:43:21 +09:00
generate.sh GCS_MALink: improved generate.sh failure msg 2014-02-19 16:04:05 +11:00