summaryrefslogtreecommitdiffstats
path: root/gnss
diff options
context:
space:
mode:
authorWyatt Riley <wyattriley@google.com>2017-03-31 15:23:00 -0700
committerWyatt Riley <wyattriley@google.com>2017-03-31 15:23:00 -0700
commite8a8b29c6efcc37ea7d0b3dfa12c7bb7a903fcea (patch)
tree3c6ed6a0c100ffa3a3c544fceaed24b4e0b46e7f /gnss
parent27c2f822ba004c5ef8496aaa65707cd1e9e33b35 (diff)
downloadplatform_hardware_interfaces-e8a8b29c6efcc37ea7d0b3dfa12c7bb7a903fcea.tar.gz
platform_hardware_interfaces-e8a8b29c6efcc37ea7d0b3dfa12c7bb7a903fcea.tar.bz2
platform_hardware_interfaces-e8a8b29c6efcc37ea7d0b3dfa12c7bb7a903fcea.zip
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
Diffstat (limited to 'gnss')
-rw-r--r--gnss/1.0/IGnssDebug.hal12
1 files 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;