mavlink v0.7.0 APM.Message.LogRequestList View Source

Link to this section Summary

Types

t()

Request a list of available logs. On some systems calling this may stop on-board logging until LOG_REQUEST_END is called.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.LogRequestList{
  end: MAVLink.Types.uint16_t(),
  start: MAVLink.Types.uint16_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Request a list of available logs. On some systems calling this may stop on-board logging until LOG_REQUEST_END is called.