View Source APM.Message.LogRequestList (xmavlink_util v0.1.0)

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. If there are no log files available this request shall be answered with one LOG_ENTRY message with id = 0 and num_logs = 0.

Link to this section Types

@type 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. If there are no log files available this request shall be answered with one LOG_ENTRY message with id = 0 and num_logs = 0.