Skip to content

Commit 94b372f

Browse files
committed
Update u-blox_Class_and_ID.h
1 parent cf3fb33 commit 94b372f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/u-blox_Class_and_ID.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,14 @@ const uint8_t UBX_MON_HW = 0x09; // Hardware Status
226226
const uint8_t UBX_MON_IO = 0x02; // I/O Subsystem Status
227227
const uint8_t UBX_MON_MSGPP = 0x06; // Message Parse and Process Status
228228
const uint8_t UBX_MON_PATCH = 0x27; // Output information about installed patches
229+
const uint8_t UBX_MON_PMP = 0x35; // PMP monitoring data
230+
const uint8_t UBX_MON_PT2 = 0x2B; // Multi-GNSS production test monitor
229231
const uint8_t UBX_MON_RF = 0x38; // RF information
230232
const uint8_t UBX_MON_RXBUF = 0x07; // Receiver Buffer Status
231233
const uint8_t UBX_MON_RXR = 0x21; // Receiver Status Information
232234
const uint8_t UBX_MON_SPAN = 0x31; // Signal characteristics
233235
const uint8_t UBX_MON_SYS = 0x39; // Current system performance information
236+
const uint8_t UBX_MON_TEMP = 0x0E; // Temperature value and state
234237
const uint8_t UBX_MON_TXBUF = 0x08; // Transmitter Buffer Status. Used for query tx buffer size/state.
235238
const uint8_t UBX_MON_VER = 0x04; // Receiver/Software Version. Used for obtaining Protocol Version.
236239

@@ -265,6 +268,7 @@ const uint8_t UBX_NAV_TIMEGAL = 0x25; // Galileo Time Solution
265268
const uint8_t UBX_NAV_TIMEGLO = 0x23; // GLO Time Solution
266269
const uint8_t UBX_NAV_TIMEGPS = 0x20; // GPS Time Solution
267270
const uint8_t UBX_NAV_TIMELS = 0x26; // Leap second event information
271+
const uint8_t UBX_NAV_TIMENAVIC = 0x63; // NavIC time solution
268272
const uint8_t UBX_NAV_TIMEUTC = 0x21; // UTC Time Solution
269273
const uint8_t UBX_NAV_VELECEF = 0x11; // Velocity Solution in ECEF
270274
const uint8_t UBX_NAV_VELNED = 0x12; // Velocity Solution in NED

0 commit comments

Comments
 (0)