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:
55:a0f7295ed6b6
Parent:
52:8f1370084268
Child:
57:4af5f1bec3a6
--- a/DeviceIntegration.cpp	Wed Sep 03 14:36:55 2014 +0000
+++ b/DeviceIntegration.cpp	Thu Oct 23 12:50:07 2014 +0000
@@ -4,7 +4,7 @@
 #include "CharValue.h"
 #include "IntegerValue.h"
 
-DeviceIntegration::DeviceIntegration(SmartRest& client, SmartRestTemplate& tpl, long& deviceId, DeviceInfo& deviceInfo) :
+DeviceIntegration::DeviceIntegration(AbstractSmartRest& client, SmartRestTemplate& tpl, long& deviceId, DeviceInfo& deviceInfo) :
     _client(client),
     _tpl(tpl),
     _deviceId(deviceId),