View Source APM.Message.Ping (xmavlink_util v0.1.0)
Link to this section Summary
Types
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
@type 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