Common.Message.MemoryVect (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Send raw controller memory. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.

Types

t()

@type t() :: %Common.Message.MemoryVect{
  address: XMAVLink.Types.uint16_t(),
  type: XMAVLink.Types.uint8_t(),
  value: [XMAVLink.Types.int8_t()],
  ver: XMAVLink.Types.uint8_t()
}

Send raw controller memory. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.