Common.Message.OpenDroneIdSystem (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Data for filling the OpenDroneID System message. The System Message contains general system information including the operator location/altitude and possible aircraft group and/or category/class information.

Types

t()

@type t() :: %Common.Message.OpenDroneIdSystem{
  area_ceiling: Float32,
  area_count: XMAVLink.Types.uint16_t(),
  area_floor: Float32,
  area_radius: XMAVLink.Types.uint16_t(),
  category_eu: Common.Types.mav_odid_category_eu(),
  class_eu: Common.Types.mav_odid_class_eu(),
  classification_type: Common.Types.mav_odid_classification_type(),
  id_or_mac: [XMAVLink.Types.uint8_t()],
  operator_altitude_geo: Float32,
  operator_latitude: XMAVLink.Types.int32_t(),
  operator_location_type: Common.Types.mav_odid_operator_location_type(),
  operator_longitude: XMAVLink.Types.int32_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t(),
  timestamp: XMAVLink.Types.uint32_t()
}

Data for filling the OpenDroneID System message. The System Message contains general system information including the operator location/altitude and possible aircraft group and/or category/class information.