Ardupilot2/libraries/GCS_MAVLink
Peter Barker f0c22244a5 GCS_MAVLink: correct response codes when mode change fails
Was "UNSUPPORTED", which is supposed to mean, "Command is not supported"

Now is either "DENIED" (Command is invalid (is supported but has invalid
parameters)) or "FAILED" (Command is valid, but execution has failed.)

We should probably returned DENIED if we try to change to a mode which
doesn't exist, but that would require another callback on AP_Vehicle.
It would also lead to questions around what a valid mode is - so
QSTABILIZE if quadplane is disabled in Plane, for example.
2020-11-24 10:09:37 +11:00
..
examples/routing
.gitignore
ap_message.h GCS_MAVLink: add virtual send_winch_status 2020-08-07 21:55:07 +09:00
GCS_Common.cpp GCS_MAVLink: correct response codes when mode change fails 2020-11-24 10:09:37 +11: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: add Board option to disable MAVftp in low mem bds/apps 2020-11-17 10:41:59 +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_Rally.cpp
GCS_serial_control.cpp GCS_MAVLink: fixed locking of mavlink in serial control 2020-09-08 09:01:16 +10:00
GCS_ServoRelay.cpp
GCS_Signing.cpp
GCS.cpp GCS_MAVLink: allow private channels to also be active 2020-06-09 10:37:32 +10:00
GCS.h GCS_MAVLink: setup baudrates for passthru serial ports 2020-11-17 10:26:14 +11: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
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
MissionItemProtocol_Waypoints.h
MissionItemProtocol.cpp
MissionItemProtocol.h