summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-04-27 04:12:20 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-27 04:12:20 -0700
commit94904a7184b068ff5f62999cc125e5f62bd3f93e (patch)
tree12c95ca12d0a96c3596a0169246e0cf288f9681c /core/LocAdapterBase.h
parent80e61626c6b0508c5593736bbf11f2186ddbac6b (diff)
parentc2bc68578435b95bf5b1feadb955c22c1ad232cf (diff)
downloadgps-94904a7184b068ff5f62999cc125e5f62bd3f93e.tar.gz
Merge "Merge location.lnx.3.0 into location.lnx.4.0"
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index e7beca8..8388c71 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -131,8 +131,10 @@ public:
const GpsLocationExtended& locationExtended,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask,
- bool fromUlp=false);
- virtual void reportSvEvent(const GnssSvNotification& svNotify, bool fromUlp=false);
+ bool fromUlp=false,
+ bool fromEngineHub=false);
+ virtual void reportSvEvent(const GnssSvNotification& svNotify,
+ bool fromUlp=false, bool fromEngineHub=false);
virtual void reportNmeaEvent(const char* nmea, size_t length, bool fromUlp=false);
virtual void reportSvMeasurementEvent(GnssSvMeasurementSet &svMeasurementSet);
virtual void reportSvPolynomialEvent(GnssSvPolynomial &svPolynomial);