diff options
author | destradaa <destradaa@google.com> | 2015-04-14 23:56:39 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-14 23:56:45 +0000 |
commit | 33642b9c5763a3ad7cebbe8918a6a8d31f3a63a5 (patch) | |
tree | ce6c5fb2a9b4debb277668b66c8568b9b568e145 /include | |
parent | a679e3fcf0bc5ec3f32ea952cac0b2035ab9913f (diff) | |
parent | 357e6222b748c12391a0dd992480da4ba4485f22 (diff) | |
download | hardware_libhardware-33642b9c5763a3ad7cebbe8918a6a8d31f3a63a5.zip hardware_libhardware-33642b9c5763a3ad7cebbe8918a6a8d31f3a63a5.tar.gz hardware_libhardware-33642b9c5763a3ad7cebbe8918a6a8d31f3a63a5.tar.bz2 |
Merge "Complete updates to gps.h to enhance the definition of GPS Measurements interface. b/19938206"
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/gps.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/hardware/gps.h b/include/hardware/gps.h index 937436b..75453ce 100644 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h @@ -1443,8 +1443,8 @@ typedef struct { /** * Pseudorange rate at the timestamp in m/s. - * The effects of the receiver clock frequency and satellite clock frequency errors, are known - * as the correction of a given Pseudorange rate value. + * The correction of a given Pseudorange Rate value includes corrections for receiver and + * satellite clock frequency errors. * * If GPS_MEASUREMENT_HAS_UNCORRECTED_PSEUDORANGE_RATE is set in 'flags' field, this field must * be populated with the 'uncorrected' reading. @@ -1457,9 +1457,9 @@ typedef struct { * The value includes the 'pseudorange rate uncertainty' in it. * A positive 'uncorrected' value indicates that the SV is moving away from the receiver. * - * The sign of the 'uncorrected' 'pseudorange rate' and its correlation to the sign of 'doppler + * The sign of the 'uncorrected' 'pseudorange rate' and its relation to the sign of 'doppler * shift' is given by the equation: - * pseudorange rate = -k * doppler shift + * pseudorange rate = -k * doppler shift (where k is a constant) * * This is a Mandatory value. */ @@ -1483,11 +1483,11 @@ typedef struct { /** * Accumulated delta range since the last channel reset in meters. - * A positive value indicates that the SV is moving away fro the receiver. + * A positive value indicates that the SV is moving away from the receiver. * - * The sign of the 'accumulated delta range' and its correlation to the sign of 'carrier phase' + * The sign of the 'accumulated delta range' and its relation to the sign of 'carrier phase' * is given by the equation: - * accumulated delta range = -k * carrier phase + * accumulated delta range = -k * carrier phase (where k is a constant) * * This value must be populated if 'accumulated delta range state' != GPS_ADR_STATE_UNKNOWN. * However, it is expected that the data is only accurate when: |