Show / Hide Table of Contents

Property Residuals

| Edit this page View Source

Residuals

Range residuals in meters for satellites used in the navigation solution

Declaration
public double[] Residuals { get; }
Property Value
Type Description
double[]
Remarks

Order must match order of the satellite ID3 numbers in GSA. When GRS is used GSA and GSV are generally required

Notes:

  • If the range residual exceeds +99.9 meters, then the decimal part is dropped, resulting in an integer (-103.7 becomes -103). The maximum value for this field is +999.
  • The sense or sign of the range residual is determined by the order of parameters used in the calculation. The expected order is as follows: range residual = calculated range - measured range.
  • When multiple GRS sentences are being sent then their order of transmission must match the order of corresponding GSA sentences.Listeners shall keep track of pairs of GSA and GRS sentences and discard data if pairs are incomplete.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0main, v3.0, v2.2, v2.1
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1
UWPmain, v3.0, v2.2, v2.1
Xamarin.Androidv2.2, v2.1
Xamarin.iOSv2.2, v2.1
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX