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:
92:48069375dffa
Parent:
77:f6717e4eccc4
Child:
93:0acd11870c6a
--- a/DeviceIntegration.cpp	Fri Mar 20 13:55:21 2015 +0000
+++ b/DeviceIntegration.cpp	Fri Mar 20 14:27:10 2015 +0000
@@ -5,10 +5,11 @@
 #include "IntegerValue.h"
 #include "logging.h"
 
-DeviceIntegration::DeviceIntegration(AbstractSmartRest& client, SmartRestTemplate& tpl, long& deviceId, DeviceInfo& deviceInfo) :
+DeviceIntegration::DeviceIntegration(AbstractSmartRest& client, SmartRestTemplate& tpl,
+    long& deviceId, DeviceInfo& deviceInfo) :
+    _deviceId(deviceId),
+    _tpl(tpl),
     _client(client),
-    _tpl(tpl),
-    _deviceId(deviceId),
     _deviceInfo(deviceInfo)
 {
     _init = false;