mavlink v0.7.0 APM.Message.MemoryVect View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.MemoryVect{
address: MAVLink.Types.uint16_t(),
type: MAVLink.Types.uint8_t(),
value: [MAVLink.Types.int8_t()],
ver: MAVLink.Types.uint8_t()
}
t() :: %APM.Message.MemoryVect{ address: MAVLink.Types.uint16_t(), type: MAVLink.Types.uint8_t(), value: [MAVLink.Types.int8_t()], ver: MAVLink.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.