Browse Source

AP_Scripting: added has_valid_input binding

gps-1.3.1
Andrew Tridgell 4 years ago
parent
commit
2d6070d449
  1. 1
      libraries/AP_Scripting/generator/description/bindings.desc

1
libraries/AP_Scripting/generator/description/bindings.desc

@ -242,6 +242,7 @@ singleton RC_Channels scheduler-semaphore @@ -242,6 +242,7 @@ singleton RC_Channels scheduler-semaphore
singleton RC_Channels method get_pwm boolean uint8_t 1 NUM_RC_CHANNELS uint16_t'Null
singleton RC_Channels method find_channel_for_option RC_Channel RC_Channel::AUX_FUNC'enum 0 UINT16_MAX
singleton RC_Channels method run_aux_function boolean RC_Channel::AUX_FUNC'enum 0 UINT16_MAX RC_Channel::AuxSwitchPos'enum RC_Channel::AuxSwitchPos::LOW RC_Channel::AuxSwitchPos::HIGH RC_Channel::AuxFuncTriggerSource::SCRIPTING'literal
singleton RC_Channels method has_valid_input boolean
include AP_SerialManager/AP_SerialManager.h

Loading…
Cancel
Save