ardupilot/libraries/GCS_MAVLink
Peter Barker f947e18358 GCS_MAVLink: do not run all commands received on private channel
Co-authored-by: dawid.kopec.spectalight@gmail.com

returning true from this function means that we should run the command locally.  We really don't want to do that unless the command (or other targetted message) was actually sent at us!
2022-12-10 10:38:06 +09:00
..
examples/routing
.gitignore
ap_message.h GCS_MAVLink: send HYGROMETER_SENSOR message if data available 2022-11-21 18:48:49 +09:00
GCS_Common.cpp GCS_MAVLink: correct consumption of ODOMETRY velocity 2022-12-10 10:38:06 +09:00
GCS_DeviceOp.cpp
GCS_Dummy.cpp
GCS_Dummy.h
GCS_Fence.cpp
GCS_FTP.cpp GCS_MAVLink: prevent segv in ftp 2022-10-24 22:23:43 +09:00
GCS_MAVLink.cpp
GCS_MAVLink.h
GCS_Param.cpp
GCS_Rally.cpp
GCS_serial_control.cpp
GCS_ServoRelay.cpp
GCS_Signing.cpp
GCS.cpp
GCS.h GCS_MAVLink: send HYGROMETER_SENSOR message if data available 2022-11-21 18:48:49 +09:00
MAVLink_routing.cpp GCS_MAVLink: do not run all commands received on private channel 2022-12-10 10:38:06 +09:00
MAVLink_routing.h GCS_MAVLink: add find_by_mavtype_and_compid 2022-09-12 08:44:38 +09:00
MissionItemProtocol_Fence.cpp GCS_MAVLink: fix always 0 division. 2022-11-21 18:48:49 +09:00
MissionItemProtocol_Fence.h
MissionItemProtocol_Rally.cpp
MissionItemProtocol_Rally.h
MissionItemProtocol_Waypoints.cpp GCS_MAVLink: Check for mission space before sending items 2022-09-07 17:52:23 +10:00
MissionItemProtocol_Waypoints.h
MissionItemProtocol.cpp GCS_MAVLink: Check for mission space before sending items 2022-09-07 17:52:23 +10:00
MissionItemProtocol.h