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:
101:dbcd3bc51758
Parent:
100:47ea098f8a47
Child:
106:c61f0d62b625
diff -r 47ea098f8a47 -r dbcd3bc51758 MbedAgent.h
--- a/MbedAgent.h	Thu May 07 13:56:19 2015 +0000
+++ b/MbedAgent.h	Fri May 08 12:19:57 2015 +0000
@@ -18,6 +18,7 @@
 #include "SmartRestConf.h"
 #include "PollThread.h"
 #include "ReportThread.h"
+#include "LCDDisplay.h"
 
 const size_t N = 6;
 
@@ -43,9 +44,10 @@
     Acceleration acc;
     ConfigSync conf;
     char buf[SMARTREST_SIZE];
-    char line[DISPLAY_LEN];
+    char buf2[SMARRESTBODY_SIZE];
+    char status[DISPLAY_LEN];
     AbstractReporter *reporters[N];
-    SmartRestSock sock;
+    SmartRestSocket sock;
     OperationPool pool;
     OperationSupport _operationSupport;
 };