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

Link to this section Summary

Types

t()

The interval between messages for a particular MAVLink message ID. This message is the response to the MAV_CMD_GET_MESSAGE_INTERVAL command. This interface replaces DATA_STREAM.

Link to this section Types

@type t() :: %APM.Message.MessageInterval{
  interval_us: MAVLink.Types.int32_t(),
  message_id: MAVLink.Types.uint16_t()
}

The interval between messages for a particular MAVLink message ID. This message is the response to the MAV_CMD_GET_MESSAGE_INTERVAL command. This interface replaces DATA_STREAM.