ardupilot/libraries/GCS_MAVLink
Lucas De Marchi 58dec08b29 GCS_MAVLink: fix non static perf counter
Commit b9877e0d38
(GCS_MAVLink: make per channel perf counter non-static) made the
perf counters to be available per instance but missed the fact that
the perf infra doesn't copy the string.

Fix this by maintaining a the string inside the object.
2017-09-12 17:24:31 -07:00
..
examples/routing GCS_MAVLink: move send_autopilot_request calls up to GCS base class 2017-08-30 15:54:46 +01:00
.gitignore Updated MAVLink to 1.0.6 release. 2012-04-19 15:46:29 -04:00
GCS.cpp GCS_MAVLink: Correct a bug in the FOR_EACH_ACTIVE_CHANNEL macro 2017-08-29 13:27:27 -07:00
GCS.h GCS_MAVLink: fix non static perf counter 2017-09-12 17:24:31 -07:00
GCS_Common.cpp GCS_MAVLink: fix non static perf counter 2017-09-12 17:24:31 -07:00
GCS_DeviceOp.cpp GCS_MAVLink: fixed build 2016-12-05 16:51:49 -08:00
GCS_Dummy.h GCS_MAVLink: move send_autopilot_request calls up to GCS base class 2017-08-30 15:54:46 +01:00
GCS_MAVLink.cpp GCS_MAVLink: support for a singleton 2017-02-13 09:32:01 +11:00
GCS_MAVLink.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
GCS_Param.cpp GCS_MAVLink: factor out a send_banner 2017-08-30 15:54:47 +01:00
GCS_Rally.cpp GCS_MAVLink: improve rally debug strings 2017-07-14 01:28:05 +01:00
GCS_ServoRelay.cpp GCS_MAVLink: move mavlink support for servo/relay up 2017-07-16 23:56:00 +01:00
GCS_Signing.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
GCS_serial_control.cpp GCS_MAVLink: move serial_control case to base class 2017-08-17 12:42:31 +01:00
MAVLink_routing.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
MAVLink_routing.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00