Common.Message.ComponentInformation (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Component information message, which may be requested using MAV_CMD_REQUEST_MESSAGE.

Types

t()

@type t() :: %Common.Message.ComponentInformation{
  general_metadata_file_crc: XMAVLink.Types.uint32_t(),
  general_metadata_uri: [char()],
  peripherals_metadata_file_crc: XMAVLink.Types.uint32_t(),
  peripherals_metadata_uri: [char()],
  time_boot_ms: XMAVLink.Types.uint32_t()
}

Component information message, which may be requested using MAV_CMD_REQUEST_MESSAGE.