ardupilot/libraries/AP_RCProtocol
Peter Barker 2a263972b2 AP_RCProtocol: iterate over array size rather than to last entry
This can move us towards not instantiating backends (having an _num_backends) at some stage.

More typical of what we do throughout the code, and makes the derefernces on the subsequent lines a lot more comfortable to casual browsing.
2023-01-25 09:14:16 +11:00
..
examples
AP_RCProtocol.cpp AP_RCProtocol: iterate over array size rather than to last entry 2023-01-25 09:14:16 +11:00
AP_RCProtocol.h AP_RCProtocol: check for 3 good frames for CRSF 2022-12-22 18:38:31 +00:00
AP_RCProtocol_Backend.cpp AP_RCProtocol: added failsafe_active() API 2022-03-22 10:30:35 +11:00
AP_RCProtocol_Backend.h AP_RCProtocol: reset UART on RX failure for CRSF 2022-06-15 17:20:36 +10:00
AP_RCProtocol_CRSF.cpp AP_RCProtocol: check for 3 good frames for CRSF 2022-12-22 18:38:31 +00:00
AP_RCProtocol_CRSF.h AP_RCProtocol: check for 3 good frames for CRSF 2022-12-22 18:38:31 +00:00
AP_RCProtocol_DSM.cpp AP_RCProtocol: add and use AP_VIDEOTX_ENABLED 2023-01-24 11:03:27 +11:00
AP_RCProtocol_DSM.h AP_RCProtocol: allow DSM bind using uart RX pin directly 2021-10-12 15:47:51 +11:00
AP_RCProtocol_FPort.cpp AP_RCProtocol: allow FRSky to be compiled out 2022-11-15 18:44:45 +11:00
AP_RCProtocol_FPort.h AP_RCProtocol: allow FRSky to be compiled out 2022-11-15 18:44:45 +11:00
AP_RCProtocol_FPort2.cpp AP_RCProtocol: allow FRSky to be compiled out 2022-11-15 18:44:45 +11:00
AP_RCProtocol_FPort2.h AP_RCProtocol: allow FRSky to be compiled out 2022-11-15 18:44:45 +11:00
AP_RCProtocol_IBUS.cpp
AP_RCProtocol_IBUS.h
AP_RCProtocol_PPMSum.cpp
AP_RCProtocol_PPMSum.h
AP_RCProtocol_SBUS.cpp Revert "AP_RCProtocol: change default SBUS frame gap to 4ms" 2022-02-11 08:10:25 +11:00
AP_RCProtocol_SBUS.h AP_RCProtocol: add support for DJI Fast SBUS 2021-11-18 17:19:04 +11:00
AP_RCProtocol_SRXL.cpp
AP_RCProtocol_SRXL.h
AP_RCProtocol_SRXL2.cpp AP_RCProtocol: add and use AP_VIDEOTX_ENABLED 2023-01-24 11:03:27 +11:00
AP_RCProtocol_SRXL2.h
AP_RCProtocol_ST24.cpp
AP_RCProtocol_ST24.h
AP_RCProtocol_SUMD.cpp
AP_RCProtocol_SUMD.h
AP_RCProtocol_config.h AP_RCProtocol: allow FRSky to be compiled out 2022-11-15 18:44:45 +11:00
SoftSerial.cpp
SoftSerial.h AP_RCProtocol: add support for DJI Fast SBUS 2021-11-18 17:19:04 +11:00
spm_srxl.cpp
spm_srxl.h
spm_srxl_config.h