AP_Scripting: add plane spesific quadplane in_vtol_mode binding

This commit is contained in:
Iampete1 2020-11-03 18:38:16 +00:00 committed by Andrew Tridgell
parent e4fbe64616
commit 9be19b0bfa

View File

@ -298,3 +298,8 @@ singleton AP_Button method get_button_state boolean uint8_t 1 AP_BUTTON_NUM_PINS
include AP_Notify/ScriptingLED.h
singleton ScriptingLED alias LED
singleton ScriptingLED method get_rgb void uint8_t'Ref uint8_t'Ref uint8_t'Ref
include ../ArduPlane/quadplane.h depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)
singleton QuadPlane alias quadplane
singleton QuadPlane depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)
singleton QuadPlane method in_vtol_mode boolean