View Source Common.Message.FlightInformation (xmavlink_util v0.4.0)

Link to this section Summary

Types

t()

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

Link to this section Types

@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.