Property Residuals
| Edit this page View SourceResiduals
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
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1 |
UWP | main, v3.0, v2.2, v2.1 |
Xamarin.Android | v2.2, v2.1 |
Xamarin.iOS | v2.2, v2.1 |