summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2019-03-14 17:37:59 -0700
committerKevin Tang <zhikait@codeaurora.org>2019-03-14 17:43:05 -0700
commit5a9cc5ae728f73804dde2d3f855ebb387ee9ec0e (patch)
tree11b3c328e201d8d1362323e062c9a49a80f1ddda /core/LocAdapterBase.h
parent1b6ad38fb95b904d30ec870efcbc8f46e81b76ba (diff)
parent6b687ef48e134b153a256cb0c8f05860722de72e (diff)
downloadgps-5a9cc5ae728f73804dde2d3f855ebb387ee9ec0e.tar.gz
Merge remote-tracking branch 'quic/location.lnx.4.0' into HEAD
CRs-fixed: 2414738 Change-Id: Ic8d1cd5bb37d1ad26c2749e46be279942e28ac05
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 97e0b4a..722947a 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -168,6 +168,9 @@ public:
virtual bool requestOdcpiEvent(OdcpiRequestInfo& request);
virtual bool reportGnssEngEnergyConsumedEvent(uint64_t energyConsumedSinceFirstBoot);
virtual bool reportDeleteAidingDataEvent(GnssAidingData &aidingData);
+ virtual bool reportKlobucharIonoModelEvent(GnssKlobucharIonoModel& ionoModel);
+ virtual bool reportGnssAdditionalSystemInfoEvent(
+ GnssAdditionalSystemInfo& additionalSystemInfo);
};
} // namespace loc_core