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

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll
     3  package matrixpilot
     4  
     5  // Backwards compatible version of SERIAL_UDB_EXTRA F16 format
     6  type MessageSerialUdbExtraF16 struct {
     7  	// Serial UDB Extra Name of Expected Lead Pilot
     8  	SueIdLeadPilot [40]uint8 `mavname:"sue_ID_LEAD_PILOT"`
     9  	// Serial UDB Extra URL of Lead Pilot or Team
    10  	SueIdDiyDronesUrl [70]uint8 `mavname:"sue_ID_DIY_DRONES_URL"`
    11  }
    12  
    13  // GetID implements the message.Message interface.
    14  func (*MessageSerialUdbExtraF16) GetID() uint32 {
    15  	return 180
    16  }