View Source APM.Message.WinchStatus (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %APM.Message.WinchStatus{ current: Float32, line_length: Float32, speed: Float32, status: MapSet.t(APM.Types.mav_winch_status_flag()), temperature: MAVLink.Types.int16_t(), tension: Float32, time_usec: MAVLink.Types.uint64_t(), voltage: Float32 }
Winch status.