github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/cubepilot/message_cubepilot_raw_rc.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll 3 package cubepilot 4 5 // Raw RC Data 6 type MessageCubepilotRawRc struct { 7 RcRaw [32]uint8 8 } 9 10 // GetID implements the message.Message interface. 11 func (*MessageCubepilotRawRc) GetID() uint32 { 12 return 50001 13 }