ardupilot/libraries/AP_RPM
Peter Barker b4a9c0ec1e AP_RPM: include backend header
in the case you're inlcuding the RPM library but no backends we don't know the shape of the backend class, so we can't call the update-esc-telem method.
2023-08-22 09:09:54 +10:00
..
examples AP_RPM: changed get_rpm() API to be scripting compatible 2020-03-12 08:36:40 +11:00
AP_RPM.cpp AP_RPM: include backend header 2023-08-22 09:09:54 +10:00
AP_RPM.h AP_RPM: prepare for AP_Periph 2023-08-11 13:31:45 -07:00
AP_RPM_Params.cpp AP_RPM: add writing to outbound ESC_Telem 2023-08-16 06:35:05 +10:00
AP_RPM_Params.h AP_RPM: add writing to outbound ESC_Telem 2023-08-16 06:35:05 +10:00
AP_RPM_config.h AP_RPM: correct compilation when AP_RPM_ESC_TELEM_ENABLED is disabled 2023-08-15 18:06:58 -07:00
LogStructure.h AP_RPM: move logging of RPM into RPM library 2022-04-13 16:22:19 +10:00
RPM_Backend.cpp AP_RPM: add writing to outbound ESC_Telem 2023-08-16 06:35:05 +10:00
RPM_Backend.h AP_RPM: add writing to outbound ESC_Telem 2023-08-16 06:35:05 +10:00
RPM_EFI.cpp AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_EFI.h AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_ESC_Telem.cpp AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_ESC_Telem.h AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_Generator.cpp AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_Generator.h AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_HarmonicNotch.cpp AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_HarmonicNotch.h AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_Pin.cpp AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_Pin.h AP_RPM: tidy constructors and use of config.h 2023-08-17 09:22:41 +10:00
RPM_SITL.cpp AP_RPM: fixed SITL RPM backend for new motor mask 2022-10-16 20:38:19 +11:00
RPM_SITL.h AP_RPM: correct SITL backend compilation if RPM disabled in SITL 2022-09-28 20:10:21 +10:00