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

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll
     3  package storm32
     4  
     5  // Information about the shot operation.
     6  type MessageQshotStatus struct {
     7  	// Current shot mode.
     8  	Mode MAV_QSHOT_MODE `mavenum:"uint16"`
     9  	// Current state in the shot. States are specific to the selected shot mode.
    10  	ShotState uint16
    11  }
    12  
    13  // GetID implements the message.Message interface.
    14  func (*MessageQshotStatus) GetID() uint32 {
    15  	return 60020
    16  }