summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-08-16 02:35:56 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-16 02:35:56 -0700
commit6f104ee746ffb7f1484cabb007bf5e8fa795a5c0 (patch)
tree7a51452bbf9bc8e4e43ece563d74cf882632953f /core/LocApiBase.h
parentbe2a3f9a690e23f6a9910ec71308fae2f0fb65a5 (diff)
parentbe7f077122deebc468cf609cb5739a845ce7beec (diff)
downloadgps-6f104ee746ffb7f1484cabb007bf5e8fa795a5c0.tar.gz
Merge "Fix to report bearing and speed accuracy"
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index f2fcd9d..f66bfe1 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -209,7 +209,8 @@ public:
virtual enum loc_api_adapter_err
getBestAvailableZppFix(LocGpsLocation & zppLoc);
virtual enum loc_api_adapter_err
- getBestAvailableZppFix(LocGpsLocation & zppLoc, LocPosTechMask & tech_mask);
+ getBestAvailableZppFix(LocGpsLocation & zppLoc, GpsLocationExtended & locationExtended,
+ LocPosTechMask & tech_mask);
virtual int initDataServiceClient(bool isDueToSsr);
virtual int openAndStartDataCall();
virtual void stopDataCall();