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
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/SparkFun_Ublox_Arduino_Library.h
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,8 @@ class SFE_UBLOX_GPS
235
235
236
236
boolean setAutoPVT(boolean enabled, uint16_t maxWait = 250); //Enable/disable automatic PVT reports at the navigation frequency
237
237
boolean getPVT(uint16_t maxWait = 1000); //Query module for latest group of datums and load global vars: lat, long, alt, speed, SIV, accuracies, etc. If autoPVT is disabled, performs an explicit poll and waits, if enabled does not block. Retruns true if new PVT is available.
238
-
boolean getHPPOSLLH(uint16_t maxWait = 1000);//Query module for latest group of datums and load global vars: lat, long, alt, speed, SIV, accuracies, etc. If autoPVT is disabled, performs an explicit poll and waits, if enabled does not block. Retruns true if new PVT is available.
239
-
238
+
boolean getHPPOSLLH(uint16_t maxWait = 1000);//Query module for latest group of datums and load global vars: lat, long, alt, speed, SIV, accuracies, etc. If autoPVT is disabled, performs an explicit poll and waits, if enabled does not block. Retruns true if new PVT is available.
239
+
240
240
int32_tgetLatitude(uint16_t maxWait = 250); //Returns the current latitude in degrees * 10^-7. Auto selects between HighPrecision and Regular depending on ability of module.
241
241
int32_tgetLongitude(uint16_t maxWait = 250); //Returns the current longitude in degrees * 10-7. Auto selects between HighPrecision and Regular depending on ability of module.
242
242
int32_tgetAltitude(uint16_t maxWait = 250); //Returns the current altitude in mm above ellipsoid
boolean setPortOutput(uint8_t portID, uint8_t comSettings, uint16_t maxWait = 250); //Configure a given port to output UBX, NMEA, RTCM3 or a combination thereof
@@ -360,14 +360,14 @@ class SFE_UBLOX_GPS
360
360
uint8_t versionLow; //Loaded from getProtocolVersion().
361
361
uint8_t versionHigh;
362
362
363
-
uint32_t timeOfWeek;
364
-
int32_t highResLatitude;
365
-
int32_t highResLongitude;
366
-
int32_t elipsoid;
367
-
int32_t meanSeaLevel;
368
-
int32_t geoidSeparation;
369
-
uint32_t horizontalAccuracy;
370
-
uint32_t verticalAccuracy;
363
+
uint32_t timeOfWeek;
364
+
int32_t highResLatitude;
365
+
int32_t highResLongitude;
366
+
int32_t elipsoid;
367
+
int32_t meanSeaLevel;
368
+
int32_t geoidSeparation;
369
+
uint32_t horizontalAccuracy;
370
+
uint32_t verticalAccuracy;
371
371
372
372
uint16_t rtcmFrameCounter = 0; //Tracks the type of incoming byte inside RTCM frame
0 commit comments