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.
int32_tgetLatitude(uint16_t maxWait = getPVTmaxWait); //Returns the current latitude in degrees * 10^-7. Auto selects between HighPrecision and Regular depending on ability of module.
511
512
int32_tgetLongitude(uint16_t maxWait = getPVTmaxWait); //Returns the current longitude in degrees * 10-7. Auto selects between HighPrecision and Regular depending on ability of module.
512
513
int32_tgetAltitude(uint16_t maxWait = getPVTmaxWait); //Returns the current altitude in mm above ellipsoid
@@ -736,6 +737,7 @@ class SFE_UBLOX_GPS
736
737
737
738
bool gnssFixOk; //valid fix (i.e within DOP & accuracy masks)
738
739
bool diffSoln; //Differential corrections were applied
740
+
bool headVehValid;
739
741
int32_t latitude; //Degrees * 10^-7 (more accurate than floats)
740
742
int32_t longitude; //Degrees * 10^-7 (more accurate than floats)
0 commit comments