AP_Scripting: add GCS send_named_float binding

This commit is contained in:
Peter Hall 2020-03-07 12:58:28 +00:00 committed by Andrew Tridgell
parent 3371c272fb
commit fc95664580

View File

@ -173,6 +173,7 @@ include GCS_MAVLink/GCS.h
singleton GCS alias gcs
singleton GCS method send_text void MAV_SEVERITY'enum MAV_SEVERITY_EMERGENCY MAV_SEVERITY_DEBUG "%s"'literal string
singleton GCS method set_message_interval MAV_RESULT'enum uint8_t 0 MAVLINK_COMM_NUM_BUFFERS uint32_t 0U UINT32_MAX int32_t -1 INT32_MAX
singleton GCS method send_named_float void string float -FLT_MAX FLT_MAX
include AP_Vehicle/AP_Vehicle.h
singleton AP_Vehicle alias vehicle