mavlink v0.7.0 APM.Message.Ping View Source

Link to this section Summary

Types

t()

A ping message either requesting or responding to a ping. This allows to measure the system latencies, including serial port, radio modem and UDP connections. The ping microservice is documented at https://mavlink.io/en/services/ping.html

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.Ping{
  seq: MAVLink.Types.uint32_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t(),
  time_usec: MAVLink.Types.uint64_t()
}

A ping message either requesting or responding to a ping. This allows to measure the system latencies, including serial port, radio modem and UDP connections. The ping microservice is documented at https://mavlink.io/en/services/ping.html