You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolsetAutoRXMMEASX(bool enabled, uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Enable/disable automatic RXM RAWX reports at the navigation frequency
641
-
boolsetAutoRXMMEASX(bool enabled, bool implicitUpdate, uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Enable/disable automatic RXM RAWX reports at the navigation frequency, with implicitUpdate == false accessing stale data will not issue parsing of data in the rxbuffer of your interface, instead you have to call checkUblox when you want to perform an update
642
-
boolsetAutoRXMMEASXrate(uint8_t rate, bool implicitUpdate = true, uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Set the rate for automatic RAWX reports
643
-
boolsetAutoRXMMEASXcallbackPtr(void (*callbackPointerPtr)(UBX_RXM_MEASX_data_t *), uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Enable automatic RAWX reports at the navigation frequency. Data is accessed from the callback.
644
-
boolassumeAutoRXMMEASX(bool enabled, bool implicitUpdate = true); // In case no config access to the GPS is possible and RXM RAWX is send cyclically already
boolsetAutoRXMMEASX(bool enabled, uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Enable/disable automatic RXM MEASX reports at the navigation frequency
641
+
boolsetAutoRXMMEASX(bool enabled, bool implicitUpdate, uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Enable/disable automatic RXM MEASX reports at the navigation frequency, with implicitUpdate == false accessing stale data will not issue parsing of data in the rxbuffer of your interface, instead you have to call checkUblox when you want to perform an update
642
+
boolsetAutoRXMMEASXrate(uint8_t rate, bool implicitUpdate = true, uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Set the rate for automatic MEASX reports
643
+
boolsetAutoRXMMEASXcallbackPtr(void (*callbackPointerPtr)(UBX_RXM_MEASX_data_t *), uint16_t maxWait = kUBLOXGNSSDefaultMaxWait); // Enable automatic MEASX reports at the navigation frequency. Data is accessed from the callback.
644
+
boolassumeAutoRXMMEASX(bool enabled, bool implicitUpdate = true); // In case no config access to the GPS is possible and RXM MEASX is send cyclically already
645
645
voidflushRXMMEASX(); // Mark all the data as read/stale
646
646
voidlogRXMMEASX(bool enabled = true); // Log data to file buffer
0 commit comments