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:
41:804f6a0bda26
--- a/TemperatureMeasurement.cpp	Wed Sep 03 14:36:55 2014 +0000
+++ b/TemperatureMeasurement.cpp	Thu Oct 23 12:50:07 2014 +0000
@@ -4,7 +4,7 @@
 #include "IntegerValue.h"
 #include "FloatValue.h"
 
-TemperatureMeasurement::TemperatureMeasurement(SmartRest& client, SmartRestTemplate& tpl, long& deviceId, LM75B& sensor) :
+TemperatureMeasurement::TemperatureMeasurement(AbstractSmartRest& client, SmartRestTemplate& tpl, long& deviceId, LM75B& sensor) :
     _client(client),
     _tpl(tpl),
     _deviceId(deviceId),