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

Commit 3cf054b4 authored by Wyatt Riley's avatar Wyatt Riley Committed by android-build-merger
Browse files

Merge "Clarifying broadcast vs. predicted orbits" into oc-dev am: ad217fe9

am: dcee55d0

Change-Id: I5a99a516af64aec093749f11cf6d1586431eeed3
parents 3863e596 dcee55d0
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -71,8 +71,8 @@ interface IGnssDebug {
        /** Represents heading in degrees. */
        float bearingDegrees;
        /**
         * Estimated horizontal accuracy of position expressed in meters, radial,
         * 68% confidence.
         * Estimated horizontal accuracy of position expressed in meters,
         * radial, 68% confidence.
         */
        double horizontalAccuracyMeters;
        /**
@@ -126,7 +126,11 @@ interface IGnssDebug {
        /** Defines the constellation type of the given SV. */
        GnssConstellationType constellation;

        /** Defines the ephemeris type of the satellite. */
        /**
         * Defines the standard broadcast ephemeris or almanac availability for
         * the satellite.  To report status of predicted orbit and clock
         * information, see the serverPrediction fields below.
         */
        SatelliteEphemerisType ephemerisType;
        /** Defines the ephemeris source of the satellite. */
        SatelliteEphemerisSource ephemerisSource;
@@ -143,7 +147,7 @@ interface IGnssDebug {
        float ephemerisAgeSeconds;

        /**
         * True if a server has provided a predicted orbit (& clock) for
         * True if a server has provided a predicted orbit and clock model for
         * this satellite.
         */
        bool serverPredictionIsAvailable;