ardupilot/libraries/GCS_MAVLink
Lucas De Marchi fea084a596 Global: use ap_version.h
This header is used by waf to contain the generated version macros,
particularly using the git hash. For waf it's better to be in a separate
header since it then can keep track of changes on it a trigger
recompilation.

For the make build system, a dummy ap_version.h file has been added in
the missing/ folder so both implementations can co-exist.
2016-05-06 13:11:28 -03:00
..
examples/routing waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
.gitignore Updated MAVLink to 1.0.6 release. 2012-04-19 15:46:29 -04:00
GCS_Common.cpp Global: use ap_version.h 2016-05-06 13:11:28 -03:00
GCS_Logs.cpp GCS_MAVLink: use millis/micros/panic functions 2015-11-20 12:35:34 +09:00
GCS_MAVLink.cpp GCS_MAVLink: ignore Clang out-of-range warning 2016-03-30 01:32:45 -03:00
GCS_MAVLink.h GCS_MAVLink: raise number of mavlink buffers to 5 2016-04-20 09:39:50 +10:00
GCS_serial_control.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-11 16:38:25 +10:00
GCS.h GCS_MAVLink: Add POSITION_TARGET_GLOBAL_INT to the list of messages 2016-05-01 07:38:23 +10:00
MAVLink_routing.cpp GCS_MAVLink: add messages to routing switch statement 2016-01-23 10:35:44 +09:00
MAVLink_routing.h GCS_MAVLink: replace header guard with pragma once 2016-03-16 18:40:44 +11:00