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

Link to this section Summary

Types

t()

Send a block of log data to remote location.

Link to this section Types

@type t() :: %APM.Message.RemoteLogDataBlock{
  data: [MAVLink.Types.uint8_t()],
  seqno: APM.Types.mav_remote_log_data_block_commands(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Send a block of log data to remote location.