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:
97:ea056f6be2e8
Parent:
96:5dfdc8568e9f
Child:
99:e369fc75c000
--- a/operation/PollThread.h	Mon Apr 27 10:50:21 2015 +0000
+++ b/operation/PollThread.h	Mon Apr 27 13:02:50 2015 +0000
@@ -8,9 +8,9 @@
 class PollThread
 {
 public:
-        PollThread(OperationPool& pool, MDMSerial& m,
+        PollThread(OperationPool& pool,
                 ConfigurationSynchronization& configSync):
-                sock(m), parser(pool, configSync),
+                sock(), parser(pool, configSync),
                 thread(PollThread::threadWrapper, this) {
                 strncpy(uri, "/devicecontrol/notifications", sizeof(uri));
                 sock.set_blocking(true);