Common.Message.LogRequestList (xmavlink_util v0.4.3)

View Source

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.

Types

t()

@type t() :: %Common.Message.LogRequestList{
  end: XMAVLink.Types.uint16_t(),
  start: XMAVLink.Types.uint16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.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.