Common.Message.MessageInterval (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

The interval between messages for a particular MAVLink message ID. This message is sent in response to the MAV_CMD_REQUEST_MESSAGE command with param1=244 (this message) and param2=message_id (the id of the message for which the interval is required). It may also be sent in response to MAV_CMD_GET_MESSAGE_INTERVAL. This interface replaces DATA_STREAM.

Types

t()

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

The interval between messages for a particular MAVLink message ID. This message is sent in response to the MAV_CMD_REQUEST_MESSAGE command with param1=244 (this message) and param2=message_id (the id of the message for which the interval is required). It may also be sent in response to MAV_CMD_GET_MESSAGE_INTERVAL. This interface replaces DATA_STREAM.