Clarify ISB sign in Javadoc
Bug: 162508535 Test: doc update only Change-Id: I3267a8b02d47e780cf1124a0882a26958383dd5f
This commit is contained in:
parent
b2d2a8f023
commit
331748aa07
@ -1530,6 +1530,10 @@ public final class GnssMeasurement implements Parcelable {
|
||||
*
|
||||
* <p>The value does not include the inter-frequency Ionospheric bias.
|
||||
*
|
||||
* <p>The sign of the value is defined by the following equation:
|
||||
* <pre>
|
||||
* corrected pseudorange = raw pseudorange - FullInterSignalBiasNanos</pre>
|
||||
*
|
||||
* <p>The value is only available if {@link #hasFullInterSignalBiasNanos()} is {@code true}.
|
||||
*/
|
||||
public double getFullInterSignalBiasNanos() {
|
||||
@ -1626,6 +1630,10 @@ public final class GnssMeasurement implements Parcelable {
|
||||
* type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li>
|
||||
* </ul>
|
||||
*
|
||||
* <p>The sign of the value is defined by the following equation:
|
||||
* <pre>
|
||||
* corrected pseudorange = raw pseudorange - SatelliteInterSignalBiasNanos</pre>
|
||||
*
|
||||
* <p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()} is {@code
|
||||
* true}.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user