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:
65:a62dbef2f924
Parent:
63:010bbbb4732a
Child:
67:c360a2b2c948
--- a/operation/OperationSupport.h	Thu Oct 30 12:30:04 2014 +0000
+++ b/operation/OperationSupport.h	Thu Oct 30 13:38:20 2014 +0000
@@ -2,6 +2,7 @@
 #define OPERATIONSUPPORT_H
 
 #include "rtos.h"
+#include "DeviceIO.h"
 #include "OperationExecutor.h"
 #include "AbstractSmartRest.h"
 #include "SmartRestTemplate.h"
@@ -13,7 +14,7 @@
 class OperationSupport
 {
 public:
-    OperationSupport(AbstractSmartRest&, SmartRestTemplate&, long&);
+    OperationSupport(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceIO&);
     
     bool init();
     bool run();