summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
diff options
context:
space:
mode:
authorMadhanraj Chelladurai <mchellad@codeaurora.org>2016-06-02 15:31:10 +0530
committerMadhanraj Chelladurai <mchellad@codeaurora.org>2016-06-02 15:33:03 +0530
commit4c2156ec8a47612dd0be88d51c448c316bfd23bf (patch)
tree05f2b8146f9ae8b1f603b6f033e2397b5d5634d8 /core/LocAdapterBase.cpp
parent83144d0f3252481f742eac44b5ef8413a9377870 (diff)
parent88e1de76b04fa04e5f62e722c74c69764c838d30 (diff)
downloadgps-4c2156ec8a47612dd0be88d51c448c316bfd23bf.tar.gz
Merge branch 'quic/LA.AF.1.2.1' into location.lnx.1.0-dev
merge automotive specific changes from LA.AF.1.2.1 into location development branch Change-Id: I90a5e60c46bb5b1aafaf4cd9aaf2dcb79449f288 CRs-Fixed: 1017254
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index e9bec95..42a7b9e 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -85,6 +85,13 @@ void LocAdapterBase::
void* svExt)
DEFAULT_IMPL()
+void LocAdapterBase::
+ reportSvMeasurement(GnssSvMeasurementSet &svMeasurementSet)
+DEFAULT_IMPL()
+
+void LocAdapterBase::
+ reportSvPolynomial(GnssSvPolynomial &svPolynomial)
+DEFAULT_IMPL()
void LocAdapterBase::
reportStatus(GpsStatusValue status)