Common.Message.TimeEstimateToTarget (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Time/duration estimates for various events and actions given the current vehicle state and position.

Types

t()

@type t() :: %Common.Message.TimeEstimateToTarget{
  commanded_action: XMAVLink.Types.int32_t(),
  land: XMAVLink.Types.int32_t(),
  mission_end: XMAVLink.Types.int32_t(),
  mission_next_item: XMAVLink.Types.int32_t(),
  safe_return: XMAVLink.Types.int32_t()
}

Time/duration estimates for various events and actions given the current vehicle state and position.