Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e96be80 authored by Shinru Han's avatar Shinru Han
Browse files

Update HAL comment of SatellitePvt and GnssMeasurement

Bug: 183670215
Test: comment only
Change-Id: I6e6504eb8741b7991287d87efeb561c67fbc1dc2
parent def99164
Loading
Loading
Loading
Loading
+40 −39
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
package android.hardware.gnss;

import android.hardware.gnss.CorrelationVector;
import android.hardware.gnss.GnssSignalType;
import android.hardware.gnss.GnssMultipathIndicator;
import android.hardware.gnss.GnssSignalType;
import android.hardware.gnss.SatellitePvt;

/**
@@ -380,7 +380,6 @@ parcelable GnssMeasurement {
     */
    double pseudorangeRateUncertaintyMps;


    /**
     * Flags indicating the Accumulated Delta Range's states.
     *
@@ -620,8 +619,10 @@ parcelable GnssMeasurement {
    double satelliteInterSignalBiasUncertaintyNs;

    /**
     * The GNSS satellite position, velocity and time information at the signal transmission time
     * receivedSvTimeInNs.
     * The GNSS satellite position, velocity and time information at the same signal transmission
     * time receivedSvTimeInNs.
     *
     * The position and velocity must be in ECEF coordinates.
     *
     * If the data is available, gnssMeasurementFlags must contain HAS_SATELLITE_PVT.
     */
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.gnss;

/**
 * Contains estimates of the satellite position fields in ECEF coordinate frame.
 *
 * The satellite position must be defined at the time of transmission of the
 * signal receivedSvTimeNs.
 */
@VintfStability
parcelable SatellitePositionEcef {
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.gnss;

/**
 * Contains estimates of the satellite velocity fields in the ECEF coordinate frame.
 *
 * The satellite velocity must be defined at the time of transmission of the
 * signal receivedSvTimeNs.
 */
@VintfStability
parcelable SatelliteVelocityEcef {