diff options
author | destradaa <destradaa@google.com> | 2014-07-21 18:13:42 -0700 |
---|---|---|
committer | destradaa <destradaa@google.com> | 2014-07-21 18:26:34 -0700 |
commit | 941c928d9d19e3bd9bdd253923fb909dbb08a72e (patch) | |
tree | 55d042c75d77e2eacbe8cac6d409cf5b59e413f3 /include | |
parent | c48c879bddd32807001ae1b7a4c8de227a2f5c52 (diff) | |
download | hardware_libhardware-941c928d9d19e3bd9bdd253923fb909dbb08a72e.zip hardware_libhardware-941c928d9d19e3bd9bdd253923fb909dbb08a72e.tar.gz hardware_libhardware-941c928d9d19e3bd9bdd253923fb909dbb08a72e.tar.bz2 |
Add uncertainty for GPS received tow field.
b/16463499
Change-Id: Ib8ddd092f3da8295345524846e3ea0bcce59ccc2
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/gps.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hardware/gps.h b/include/hardware/gps.h index 75b5682..5747faa 100644 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h @@ -1387,6 +1387,11 @@ typedef struct { int64_t received_gps_tow_ns; /** + * 1-Sigma uncertainty of the Received GPS Time-of-Week in nanoseconds. + */ + int64_t received_gps_tow_uncertainty_ns; + + /** * Carrier-to-noise density in dB-Hz, in the range [0, 63]. * It contains the measured C/N0 value for the signal at the antenna input. * |