mavlink v0.7.0 APM.Message.Meminfo View Source

Link to this section Summary

Types

t()

State of APM memory.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.Meminfo{
  brkval: MAVLink.Types.uint16_t(),
  freemem: MAVLink.Types.uint16_t(),
  freemem32: MAVLink.Types.uint32_t()
}

State of APM memory.