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:
62:86a04c5bda18
Parent:
60:3c822f97fc73
Child:
63:010bbbb4732a
--- a/operation/OperationSupport.h	Fri Oct 24 15:21:21 2014 +0000
+++ b/operation/OperationSupport.h	Wed Oct 29 21:09:29 2014 +0000
@@ -2,6 +2,7 @@
 #define OPERATIONSUPPORT_H
 
 #include "rtos.h"
+#include "OperationExecutor.h"
 #include "AbstractSmartRest.h"
 #include "SmartRestTemplate.h"
 #include "ComposedRecord.h"
@@ -30,6 +31,8 @@
     long& _deviceId;
     SmartRestTemplate& _tpl;
     AbstractSmartRest& _client;
+    OperationStore _store;
+    OperationExecutor _executor;
     Thread _thread;
 };