summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2016-04-06 15:40:25 -0700
committerDante Russo <drusso@codeaurora.org>2016-04-14 12:45:53 -0700
commitc3a4fba9b887c147c5971d68b473c35d1001804c (patch)
tree6b4356dfde5a7ae38327613f9e0a8ed228b5f632 /core/LocApiBase.h
parentd30694acf6d4c1156c8a8e6da919b183213408e8 (diff)
downloadgps-c3a4fba9b887c147c5971d68b473c35d1001804c.tar.gz
Support GnssMeasurement
Support the new GnssMeasurement and GnssClock data structures for the new gps.h Change-Id: I40e00711501432760c82d27fb82702b1bf57ebb6
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 8a88558..744c688 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -113,7 +113,7 @@ public:
enum loc_sess_status status,
LocPosTechMask loc_technology_mask =
LOC_POS_TECH_MASK_DEFAULT);
- void reportSv(QtiGnssSvStatus &svStatus,
+ void reportSv(GnssSvStatus &svStatus,
GpsLocationExtended &locationExtended,
void* svExt);
void reportStatus(GpsStatusValue status);
@@ -130,7 +130,7 @@ public:
void reportDataCallClosed();
void requestNiNotify(GpsNiNotification &notify, const void* data);
void saveSupportedMsgList(uint64_t supportedMsgList);
- void reportGpsMeasurementData(GpsData &gpsMeasurementData);
+ void reportGnssMeasurementData(GnssData &gnssMeasurementData);
// downward calls
// All below functions are to be defined by adapter specific modules: