github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/pythonarraytest/message_message_interval.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll 3 package pythonarraytest 4 5 import ( 6 "github.com/bluenviron/gomavlib/v2/pkg/dialects/common" 7 ) 8 9 // The interval between messages for a particular MAVLink message ID. 10 // 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). 11 // It may also be sent in response to MAV_CMD_GET_MESSAGE_INTERVAL. 12 // This interface replaces DATA_STREAM. 13 type MessageMessageInterval = common.MessageMessageInterval