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:
68:0dc778a16d0d
Parent:
67:c360a2b2c948
Child:
82:ca7430f50b2b
--- a/operation/OperationSupport.h	Sun Nov 30 19:34:49 2014 +0000
+++ b/operation/OperationSupport.h	Sat Dec 06 19:47:23 2014 +0000
@@ -2,6 +2,7 @@
 #define OPERATIONSUPPORT_H
 
 #include "rtos.h"
+#include "ConfigurationSynchronization.h"
 #include "DeviceIO.h"
 #include "OperationExecutor.h"
 #include "AbstractSmartRest.h"
@@ -14,7 +15,7 @@
 class OperationSupport
 {
 public:
-    OperationSupport(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceIO&);
+    OperationSupport(AbstractSmartRest&, SmartRestTemplate&, long&, ConfigurationSynchronization&, DeviceIO&);
     
     bool init();
     bool run();