
Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: measurement/LocationUpdate.cpp
- Revision:
- 98:e369fc75c000
- Parent:
- 95:5dfdc8568e9f
- Child:
- 99:47ea098f8a47
--- a/measurement/LocationUpdate.cpp Mon Apr 27 13:30:21 2015 +0000 +++ b/measurement/LocationUpdate.cpp Thu May 07 09:57:55 2015 +0000 @@ -12,11 +12,11 @@ #define TIME_LIMIT_LOC 900 LocationUpdate::LocationUpdate(AbstractSmartRest& client, SmartRestTemplate& tpl, - long& deviceId, GPSI2C& gps, DeviceInfo& deviceInfo) : + long& deviceId, DeviceInfo& deviceInfo) : _deviceId(deviceId), _tpl(tpl), _client(client), - _gpsTracker(gps), + _gpsTracker(), _deviceInfo(deviceInfo) { _init = false;