Common.Message.FlightInformation (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Information about flight since last arming. This can be requested using MAV_CMD_REQUEST_MESSAGE.

Types

t()

@type t() :: %Common.Message.FlightInformation{
  arming_time_utc: XMAVLink.Types.uint64_t(),
  flight_uuid: XMAVLink.Types.uint64_t(),
  takeoff_time_utc: XMAVLink.Types.uint64_t(),
  time_boot_ms: XMAVLink.Types.uint32_t()
}

Information about flight since last arming. This can be requested using MAV_CMD_REQUEST_MESSAGE.