summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2015-06-17 14:27:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-06-22 17:43:36 -0700
commitdd823bc93e10e9a25967d2e9bbfee3d0bb0e454e (patch)
tree8a757fb1d642deba196696286f79745a9391c245 /core/LocAdapterBase.h
parent060ec8f69752e4e0da873ede68952e0149114a2e (diff)
downloadgps-dd823bc93e10e9a25967d2e9bbfee3d0bb0e454e.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 9d5f6a8..c7e3f1c 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 reportStatus(GpsStatusValue status);