mavlink v0.7.0 APM.Message.RemoteLogDataBlock View Source

Link to this section Summary

Types

t()

Send a block of log data to remote location.

Link to this section Types

Link to this type

t() View Source
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.