Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
100:47ea098f8a47
Parent:
96:5dfdc8568e9f
--- a/measurement/SignalQualityMeasurement.h	Thu May 07 09:57:55 2015 +0000
+++ b/measurement/SignalQualityMeasurement.h	Thu May 07 13:56:19 2015 +0000
@@ -8,14 +8,13 @@
 class SignalQualityMeasurement
 {
 public:
-    SignalQualityMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&);
+    SignalQualityMeasurement(AbstractSmartRest&, SmartRestTemplate&, DeviceInfo&);
     
     bool init();
     bool run();
 
 private:
     bool _init;
-    long& _deviceId;
     SmartRestTemplate& _tpl;
     AbstractSmartRest& _client;
     DeviceInfo& _deviceInfo;