From 407848e5cfc87c375e95215a85f6445c396a26c6 Mon Sep 17 00:00:00 2001 From: Dante Russo Date: Mon, 15 Dec 2014 17:47:50 -0800 Subject: GNSS measurement Implementation of GNSS Measurements support. In GPS HAL, Only GPS Measurements report will be collected from modem. CRs-fixed: 771496 Change-Id: Ief4368099df4ff573ad1a764f4156d63685e936d --- core/LocAdapterBase.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/LocAdapterBase.cpp') diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index eea8edd..23184df 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -132,4 +132,8 @@ DEFAULT_IMPL(false) void LocAdapterBase:: shutdown() DEFAULT_IMPL() + +void LocAdapterBase:: + reportGpsMeasurementData(GpsData &gpsMeasurementData) +DEFAULT_IMPL() } // namespace loc_core -- cgit v1.2.3