From e8a8b29c6efcc37ea7d0b3dfa12c7bb7a903fcea Mon Sep 17 00:00:00 2001 From: Wyatt Riley Date: Fri, 31 Mar 2017 15:23:00 -0700 Subject: [PATCH] Clarifying broadcast vs. predicted orbits Clarifying comment changes only, no functional changes. Bug: 30955615 Test: Builds and GPS still works on device Change-Id: I073527c11d095651d712b41fc5b301ac478e4082 --- gnss/1.0/IGnssDebug.hal | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gnss/1.0/IGnssDebug.hal b/gnss/1.0/IGnssDebug.hal index 716ba8816d..4c4cfb8bcd 100644 --- a/gnss/1.0/IGnssDebug.hal +++ b/gnss/1.0/IGnssDebug.hal @@ -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;