summaryrefslogtreecommitdiff
path: root/core/EngineHubProxyBase.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-21 08:08:57 -0700
committerLinux Build Service Account <lnxbuild@localhost>2019-09-21 08:08:57 -0700
commit3722e3c0e337a4b46ad3819ea5d68e9e1d725efe (patch)
treeddda79c0d20dbbab5058372b6e129dc8b2e93103 /core/EngineHubProxyBase.h
parente0361a8c9a9b7f4e000966c8b78468aef8c18c95 (diff)
parentf4dc944333c54a5455d17b6bd7c02d2ededb6e4a (diff)
downloadgps-3722e3c0e337a4b46ad3819ea5d68e9e1d725efe.tar.gz
Merge f4dc944333c54a5455d17b6bd7c02d2ededb6e4a on remote branch
Change-Id: Ic73cbf452cf633a503848271c3904abbc14a90c8
Diffstat (limited to 'core/EngineHubProxyBase.h')
-rw-r--r--core/EngineHubProxyBase.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/core/EngineHubProxyBase.h b/core/EngineHubProxyBase.h
index 4239a50..ec881f6 100644
--- a/core/EngineHubProxyBase.h
+++ b/core/EngineHubProxyBase.h
@@ -103,12 +103,8 @@ public:
}
};
-typedef std::function<void(const UlpLocation& ulpLocation,
- const GpsLocationExtended& locationExtended,
- enum loc_sess_status status,
- LocPosTechMask techMask,
- bool fromEngineHub)>
- GnssAdapterReportPositionEventCb;
+typedef std::function<void(int count, EngineLocationInfo* locationArr)>
+ GnssAdapterReportEnginePositionsEventCb;
typedef std::function<void(const GnssSvNotification& svNotify,
bool fromEngineHub)>
@@ -119,11 +115,12 @@ typedef std::function<void(const GnssAidingDataSvMask& svDataMask)>
// potential parameters: message queue: MsgTask * msgTask;
// callback function to report back dr and ppe position and sv report
-typedef EngineHubProxyBase* (getEngHubProxyFn)(const MsgTask * msgTask,
- IOsObserver* osObserver,
- GnssAdapterReportPositionEventCb positionEventCb,
- GnssAdapterReportSvEventCb svEventCb,
- GnssAdapterReqAidingDataCb reqAidingDataCb);
+typedef EngineHubProxyBase* (getEngHubProxyFn)(
+ const MsgTask * msgTask,
+ IOsObserver* osObserver,
+ GnssAdapterReportEnginePositionsEventCb positionEventCb,
+ GnssAdapterReportSvEventCb svEventCb,
+ GnssAdapterReqAidingDataCb reqAidingDataCb);
} // namespace loc_core