Cumulocity Official / Mbed 2 deprecated MbedSmartRestMain Featured

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
82:ca7430f50b2b
Parent:
73:313975bfec96
Child:
93:0acd11870c6a
--- a/measurement/LocationUpdate.h	Wed Mar 04 14:02:39 2015 +0000
+++ b/measurement/LocationUpdate.h	Fri Mar 06 10:38:03 2015 +0000
@@ -6,12 +6,12 @@
 #include "GPSTracker.h"
 #include "DeviceIO.h"
 #include "DeviceInfo.h"
-#include "DeviceBootstrap.h"
+#include "DisplayInfo.h"
 
 class LocationUpdate
 {
 public:
-    LocationUpdate(AbstractSmartRest&, SmartRestTemplate&, long&, GPSTracker&, DeviceIO&, DeviceInfo&, DeviceBootstrap&);
+    LocationUpdate(AbstractSmartRest&, SmartRestTemplate&, long&, GPSTracker&, DeviceIO&, DeviceInfo&, DisplayInfo&);
     
     bool init();
     bool run();
@@ -26,7 +26,7 @@
     Timer sendingTimer;
     DeviceIO& _io;
     DeviceInfo& _deviceInfo;
-    DeviceBootstrap& _bootstrap;
+    DisplayInfo& _displayInfo;
 };
 
 #endif
\ No newline at end of file