github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/storm32/enum_gopro_burst_rate.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  type GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE
    10  
    11  const (
    12  	// 3 Shots / 1 Second.
    13  	GOPRO_BURST_RATE_3_IN_1_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_3_IN_1_SECOND
    14  	// 5 Shots / 1 Second.
    15  	GOPRO_BURST_RATE_5_IN_1_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_5_IN_1_SECOND
    16  	// 10 Shots / 1 Second.
    17  	GOPRO_BURST_RATE_10_IN_1_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_10_IN_1_SECOND
    18  	// 10 Shots / 2 Second.
    19  	GOPRO_BURST_RATE_10_IN_2_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_10_IN_2_SECOND
    20  	// 10 Shots / 3 Second (Hero 4 Only).
    21  	GOPRO_BURST_RATE_10_IN_3_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_10_IN_3_SECOND
    22  	// 30 Shots / 1 Second.
    23  	GOPRO_BURST_RATE_30_IN_1_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_30_IN_1_SECOND
    24  	// 30 Shots / 2 Second.
    25  	GOPRO_BURST_RATE_30_IN_2_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_30_IN_2_SECOND
    26  	// 30 Shots / 3 Second.
    27  	GOPRO_BURST_RATE_30_IN_3_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_30_IN_3_SECOND
    28  	// 30 Shots / 6 Second.
    29  	GOPRO_BURST_RATE_30_IN_6_SECOND GOPRO_BURST_RATE = ardupilotmega.GOPRO_BURST_RATE_30_IN_6_SECOND
    30  )