github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/all/message_available_modes.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  // Get information about a particular flight modes.
    10  // The message can be enumerated or requested for a particular mode using MAV_CMD_REQUEST_MESSAGE.
    11  // Specify 0 in param2 to request that the message is emitted for all available modes or the specific index for just one mode.
    12  // The modes must be available/settable for the current vehicle/frame type.
    13  // Each modes should only be emitted once (even if it is both standard and custom).
    14  type MessageAvailableModes = development.MessageAvailableModes