mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-07 09:11:10 +01:00
Add formatting
This commit is contained in:
parent
6b7bdec066
commit
848be84695
|
|
@ -28,9 +28,9 @@ namespace NmeaParser.Nmea.Gnss
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// UTC of position fix
|
||||
/// </summary>
|
||||
public TimeSpan FixTime { get; private set; }
|
||||
/// UTC of position fix
|
||||
/// </summary>
|
||||
public TimeSpan FixTime { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// RMS value of the pseudorange residuals; includes carrier phase residuals during periods of RTK (float) and RTK (fixed) processing
|
||||
|
|
|
|||
Loading…
Reference in a new issue