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

Link to this section Summary

Types

t()

Send Status of each log block that autopilot board might have sent.

Link to this section Types

@type t() :: %APM.Message.RemoteLogBlockStatus{
  seqno: MAVLink.Types.uint32_t(),
  status: APM.Types.mav_remote_log_data_block_statuses(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Send Status of each log block that autopilot board might have sent.