summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2015-10-13 18:15:16 -0700
committerVamana Murthi <vthuniki@codeaurora.org>2015-11-05 14:18:32 +0530
commitf5e6e2eeee213112bcfc074d1d78d6f0d4f883f1 (patch)
treeb023909fa5d62071a33d07d0743a8626d5835af6 /core/LocAdapterBase.h
parent594daf969230b494783b0e6c11bf7613bb46d6f1 (diff)
downloadgps-f5e6e2eeee213112bcfc074d1d78d6f0d4f883f1.tar.gz
Add glo and bds to used-in-fix mask
The used-in-fix mask is only keeping track of GPS SVs, so add a used-in-fix mask for GlONASS SVs and BDS SVs as well to avoid NMEA generation issues CRs-fixed: 826152 Change-Id: I33862cf8d40db1d667179ef68d18703edc359843
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 7e0b0eb..197b1c6 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -92,7 +92,7 @@ public:
void* locationExt,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask);
- virtual void reportSv(GpsSvStatus &svStatus,
+ virtual void reportSv(GnssSvStatus &svStatus,
GpsLocationExtended &locationExtended,
void* svExt);
virtual void reportSvMeasurement(GnssSvMeasurementSet &svMeasurementSet);