ardupilot/libraries/GCS_MAVLink
Peter Barker 3d577d94e8 GCS_MAVLink: add do_disarm_checks boolean to disarm call
this creates symmetry between arming and disarming, at least as far as
the top-level arm() and disarm() calls are concerned.
2021-01-12 08:48:44 +09:00
..
examples/routing GCS_MAVLink: move initialisation of serial and gcs to AP_Vehicle 2020-02-25 11:50:55 +11:00
.gitignore
ap_message.h GCS_MAVLink: add virtual send_winch_status 2020-08-07 21:55:07 +09:00
GCS_Common.cpp GCS_MAVLink: add do_disarm_checks boolean to disarm call 2021-01-12 08:48:44 +09:00
GCS_DeviceOp.cpp GCS_MAVLink: add support for bank selection on SPI DEVICE_OPs 2020-08-06 12:41:35 +10:00
GCS_Dummy.cpp GCS_MAVLink: allow replay to use GCS_Dummy 2020-11-10 16:15:45 +11:00
GCS_Dummy.h GCS_MAVLink: allow replay to use GCS_Dummy 2020-11-10 16:15:45 +11:00
GCS_Fence.cpp
GCS_FTP.cpp GCS_MAVLink: adjust stack sizes 2021-01-10 08:28:55 +11:00
GCS_MAVLink.cpp GCS_MAVLink: allow private channels to also be active 2020-06-09 10:37:32 +10:00
GCS_MAVLink.h GCS_MAVLink: reserve another mavlink channel 2020-07-10 13:28:38 +10:00
GCS_Param.cpp GCS_MAVLink: use RADIO_STATUS message txbuf field 2021-01-12 10:46:15 +11:00
GCS_Rally.cpp
GCS_serial_control.cpp GCS_MAVLink: convert to using hal.serial() instead of hal.uartX 2020-12-15 10:32:46 +11:00
GCS_ServoRelay.cpp
GCS_Signing.cpp GCS_MAVLink: stop using one backend's signing structure for all backends 2020-11-30 14:11:08 +11:00
GCS.cpp GCS_MAVLink: convert to using hal.serial() instead of hal.uartX 2020-12-15 10:32:46 +11:00
GCS.h GCS_MAVLink: add do_disarm_checks boolean to disarm call 2021-01-12 08:48:44 +09:00
MAVLink_routing.cpp GCS_MAVLink: process messages sent to broadcast system 2020-10-21 18:22:48 +11:00
MAVLink_routing.h
MissionItemProtocol_Fence.cpp GCS_MAVLink: create and use INTERNAL_ERROR macro so we get line numbers 2020-04-30 13:21:36 +10:00
MissionItemProtocol_Fence.h
MissionItemProtocol_Rally.cpp GCS_MAVLink: correct use of uninitialised value in Rally upload 2020-11-11 18:22:58 +11:00
MissionItemProtocol_Rally.h
MissionItemProtocol_Waypoints.cpp GCS_MAVLink: Remove redundant assignment to the command 2020-03-31 10:35:49 +11:00
MissionItemProtocol_Waypoints.h
MissionItemProtocol.cpp GCS_MAVLink: create and use INTERNAL_ERROR macro so we get line numbers 2020-04-30 13:21:36 +10:00
MissionItemProtocol.h