ardupilot/libraries/GCS_MAVLink
Brad Bosch 6538e8c9ae GCS_MAVLink: Cleanup and Reduce chance of GCS FTP timeout
Delete unneeded orphan comment
replace get_last_txbuf() with a predicate
Make txbuf flow control threashold consistent between Parameter download and FTP and keep it in range where we are also slowing down normal streams
Delay sending text banner until after first FTP response to reduce latency on slow links
Don't let flow control delay setting ftp.last_send_ms so as to slow down normal streams as soon as possible to improve FTP response time
2024-04-16 09:16:52 +10:00
..
examples/routing GCS_MAVLink: use mavlink_XXX_encode_status() in example code 2023-10-02 21:45:28 +11:00
.gitignore
GCS.cpp GCS_MAVLink: filter out additional messages for High Latency link 2024-03-12 21:13:47 +11:00
GCS.h GCS_MAVLink: Cleanup and Reduce chance of GCS FTP timeout 2024-04-16 09:16:52 +10:00
GCS_Common.cpp GCS_MAVLink: Cleanup and Reduce chance of GCS FTP timeout 2024-04-16 09:16:52 +10:00
GCS_DeviceOp.cpp
GCS_Dummy.cpp GCS_MAVLink: fix version setting in CheckFirmware app descriptor 2024-02-21 18:54:17 +11:00
GCS_Dummy.h GCS_MAVLink: move handling of DO_SET_HOME up to GCS_MAVLink base class 2024-04-09 09:35:16 +10:00
GCS_FTP.cpp GCS_MAVLink: Cleanup and Reduce chance of GCS FTP timeout 2024-04-16 09:16:52 +10:00
GCS_Fence.cpp GCS_Fence: cope with avoidance not being compiled in 2024-03-11 18:07:18 +11:00
GCS_MAVLink.cpp GCS_MAVLink: make mavlink-required methods available even if not HAL_GCS_ENABLED 2024-01-23 11:27:30 +11:00
GCS_MAVLink.h GCS_MAVLink: correct comment about stream array 2023-12-19 06:53:15 +11:00
GCS_Param.cpp GCS_MAVLink: Cleanup and Reduce chance of GCS FTP timeout 2024-04-16 09:16:52 +10:00
GCS_Rally.cpp
GCS_ServoRelay.cpp
GCS_Signing.cpp
GCS_config.h GCS_MAVLink: allow FTP to be compiled out with build_options.py 2024-03-03 08:38:22 +11:00
GCS_serial_control.cpp GCS_MAVLink: allow AP_Periph to use mavlink library 2024-02-15 12:17:07 +11:00
MAVLink_routing.cpp GCS_MAVLink: Routing: forward ADSB if local ADSB parsing is disabled 2024-03-12 09:36:15 +11:00
MAVLink_routing.h GCS_MAVlink: correct routing for Solo Gimbal 2023-10-17 10:02:49 +11:00
MissionItemProtocol.cpp GCS_MAVLink: add build option for deprecated MISSION_REQUEST 2023-10-17 10:40:12 +11:00
MissionItemProtocol.h
MissionItemProtocol_Fence.cpp GCS_MAVLink: make rally/fence item conversion methods public 2024-01-24 19:14:41 +11:00
MissionItemProtocol_Fence.h GCS_MAVLink: make rally/fence item conversion methods public 2024-01-24 19:14:41 +11:00
MissionItemProtocol_Rally.cpp GCS_MAVLink: allow compilation with HAL_LOGGING_ENABLED false 2024-01-17 18:25:55 +11:00
MissionItemProtocol_Rally.h GCS_MAVLink: make rally/fence item conversion methods public 2024-01-24 19:14:41 +11:00
MissionItemProtocol_Waypoints.cpp GCS_MAVLink: allow compilation with HAL_LOGGING_ENABLED false 2024-01-17 18:25:55 +11:00
MissionItemProtocol_Waypoints.h
ap_message.h GCS_MAVLink: cope with AHRS not being available 2024-03-19 07:00:10 +11:00