Merge "Clarify ISB sign in Javadoc" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-04-28 02:24:54 +00:00 committed by Android (Google) Code Review
commit d582f3d1c3

View File

@ -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}.
*/