File: ublox_msgs/MonHW.msg
Raw Message Definition
# MON-HW (0x0A 0x09)
# Hardware Status
#
# Status of different aspect of the hardware, such as Antenna, PIO/Peripheral
# Pins, Noise Level, Automatic Gain Control (AGC)
#
# WARNING: this message is a different length than the MonHW message for
# firmware version 6
uint8 CLASS_ID = 10
uint8 MESSAGE_ID = 9
uint32 pinSel # Mask of Pins Set as Peripheral/PIO
uint32 pinBank # Mask of Pins Set as Bank A/B
uint32 pinDir # Mask of Pins Set as Input/Output
uint32 pinVal # Mask of Pins Value Low/High
uint16 noisePerMS # Noise Level as measured by the GPS Core
uint16 agcCnt # AGC Monitor (counts SIGHI xor SIGLO,
# range 0 to 8191)
uint8 aStatus # Status of the Antenna Supervisor State Machine
uint8 A_STATUS_INIT = 0
uint8 A_STATUS_UNKNOWN = 1
uint8 A_STATUS_OK = 2
uint8 A_STATUS_SHORT = 3
uint8 A_STATUS_OPEN = 4
uint8 aPower # Current PowerStatus of Antenna
uint8 A_POWER_OFF = 0
uint8 A_POWER_ON = 1
uint8 A_POWER_UNKNOWN = 2
uint8 flags # Flags:
uint8 FLAGS_RTC_CALIB = 1 # RTC is calibrated
uint8 FLAGS_SAFE_BOOT = 2 # Safe boot mode (0 = inactive, 1 = active)
uint8 FLAGS_JAMMING_STATE_MASK = 12 # output from Jamming/Interference Monitor:
uint8 JAMMING_STATE_UNKNOWN_OR_DISABLED = 0 # unknown or feature disabled
uint8 JAMMING_STATE_OK = 4 # ok - no significant jamming
uint8 JAMMING_STATE_WARNING = 8 # interference visible but fix OK
uint8 JAMMING_STATE_CRITICAL = 12 # interference visible and no fix
uint8 FLAGS_XTAL_ABSENT = 16 # RTC XTAL is absent
# (not supported in protocol versions < 18)
uint8 reserved0 # Reserved
uint32 usedMask # Mask of Pins that are used by the Virtual Pin
# Manager
uint8[17] VP # Array of Pin Mappings for each of the 17
# Physical Pins
uint8 jamInd # CW Jamming indicator, scaled:
uint8 JAM_IND_NONE = 0 # No CW Jamming
uint8 JAM_IND_STRONG = 255 # Strong CW Jamming
uint8[2] reserved1 # Reserved
uint32 pinIrq # Mask of Pins Value using the PIO Irq
uint32 pullH # Mask of Pins Value using the PIO Pull High
# Resistor
uint32 pullL # Mask of Pins Value using the PIO Pull Low
# Resistor
Compact Message Definition
uint8 CLASS_ID=10
uint8 MESSAGE_ID=9
uint8 A_STATUS_INIT=0
uint8 A_STATUS_UNKNOWN=1
uint8 A_STATUS_OK=2
uint8 A_STATUS_SHORT=3
uint8 A_STATUS_OPEN=4
uint8 A_POWER_OFF=0
uint8 A_POWER_ON=1
uint8 A_POWER_UNKNOWN=2
uint8 FLAGS_RTC_CALIB=1
uint8 FLAGS_SAFE_BOOT=2
uint8 FLAGS_JAMMING_STATE_MASK=12
uint8 JAMMING_STATE_UNKNOWN_OR_DISABLED=0
uint8 JAMMING_STATE_OK=4
uint8 JAMMING_STATE_WARNING=8
uint8 JAMMING_STATE_CRITICAL=12
uint8 FLAGS_XTAL_ABSENT=16
uint8 JAM_IND_NONE=0
uint8 JAM_IND_STRONG=255
uint32 pinSel
uint32 pinBank
uint32 pinDir
uint32 pinVal
uint16 noisePerMS
uint16 agcCnt
uint8 aStatus
uint8 aPower
uint8 flags
uint8 reserved0
uint32 usedMask
uint8[17] VP
uint8 jamInd
uint8[2] reserved1
uint32 pinIrq
uint32 pullH
uint32 pullL