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

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll
     3  package cubepilot
     4  
     5  // Herelink Telemetry
     6  type MessageHerelinkTelem struct {
     7  	Rssi      uint8
     8  	Snr       int16
     9  	RfFreq    uint32
    10  	LinkBw    uint32
    11  	LinkRate  uint32
    12  	CpuTemp   int16
    13  	BoardTemp int16
    14  }
    15  
    16  // GetID implements the message.Message interface.
    17  func (*MessageHerelinkTelem) GetID() uint32 {
    18  	return 50003
    19  }