github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/all/message_available_modes_monitor.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll 3 package all 4 5 import ( 6 "github.com/bluenviron/gomavlib/v2/pkg/dialects/development" 7 ) 8 9 // A change to the sequence number indicates that the set of AVAILABLE_MODES has changed. 10 // A receiver must re-request all available modes whenever the sequence number changes. 11 // This is only emitted after the first change and should then be broadcast at low rate (nominally 0.3 Hz) and on change. 12 type MessageAvailableModesMonitor = development.MessageAvailableModesMonitor