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

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll
     3  package matrixpilot
     4  
     5  // Backwards compatible version of SERIAL_UDB_EXTRA F18 format
     6  type MessageSerialUdbExtraF18 struct {
     7  	// SUE Angle of Attack Normal
     8  	AngleOfAttackNormal float32
     9  	// SUE Angle of Attack Inverted
    10  	AngleOfAttackInverted float32
    11  	// SUE Elevator Trim Normal
    12  	ElevatorTrimNormal float32
    13  	// SUE Elevator Trim Inverted
    14  	ElevatorTrimInverted float32
    15  	// SUE reference_speed
    16  	ReferenceSpeed float32
    17  }
    18  
    19  // GetID implements the message.Message interface.
    20  func (*MessageSerialUdbExtraF18) GetID() uint32 {
    21  	return 184
    22  }