github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/storm32/enum_rally_flags.go (about)

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll,dupl,gocritic
     3  package storm32
     4  
     5  import (
     6  	"github.com/bluenviron/gomavlib/v2/pkg/dialects/ardupilotmega"
     7  )
     8  
     9  // Flags in RALLY_POINT message.
    10  type RALLY_FLAGS = ardupilotmega.RALLY_FLAGS
    11  
    12  const (
    13  	// Flag set when requiring favorable winds for landing.
    14  	FAVORABLE_WIND RALLY_FLAGS = ardupilotmega.FAVORABLE_WIND
    15  	// Flag set when plane is to immediately descend to break altitude and land without GCS intervention. Flag not set when plane is to loiter at Rally point until commanded to land.
    16  	LAND_IMMEDIATELY RALLY_FLAGS = ardupilotmega.LAND_IMMEDIATELY
    17  )