Common.Message.OpenDroneIdBasicId (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Data for filling the OpenDroneID Basic ID message. This and the below messages are primarily meant for feeding data to/from an OpenDroneID implementation. E.g. https://github.com/opendroneid/opendroneid-core-c. These messages are compatible with the ASTM F3411 Remote ID standard and the ASD-STAN prEN 4709-002 Direct Remote ID standard. Additional information and usage of these messages is documented at https://mavlink.io/en/services/opendroneid.html.

Types

t()

@type t() :: %Common.Message.OpenDroneIdBasicId{
  id_or_mac: [XMAVLink.Types.uint8_t()],
  id_type: Common.Types.mav_odid_id_type(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t(),
  ua_type: Common.Types.mav_odid_ua_type(),
  uas_id: [XMAVLink.Types.uint8_t()]
}

Data for filling the OpenDroneID Basic ID message. This and the below messages are primarily meant for feeding data to/from an OpenDroneID implementation. E.g. https://github.com/opendroneid/opendroneid-core-c. These messages are compatible with the ASTM F3411 Remote ID standard and the ASD-STAN prEN 4709-002 Direct Remote ID standard. Additional information and usage of these messages is documented at https://mavlink.io/en/services/opendroneid.html.