github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/avssuas/message_avss_prs_sys_status.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll 3 package avssuas 4 5 // AVSS PRS system status. 6 type MessageAvssPrsSysStatus struct { 7 // Timestamp (time since PRS boot). 8 TimeBootMs uint32 9 // PRS error statuses 10 ErrorStatus uint32 11 // Estimated battery run-time without a remote connection and PRS battery voltage 12 BatteryStatus uint32 13 // PRS arm statuses 14 ArmStatus uint8 15 // PRS battery charge statuses 16 ChargeStatus uint8 17 } 18 19 // GetID implements the message.Message interface. 20 func (*MessageAvssPrsSysStatus) GetID() uint32 { 21 return 60050 22 }