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:
98:9f2de96941c4
--- a/MbedAgent.h	Mon Apr 27 10:50:21 2015 +0000
+++ b/MbedAgent.h	Mon Apr 27 13:02:50 2015 +0000
@@ -2,7 +2,6 @@
 #define MBEDAGENT_H
 
 #include <stddef.h>
-#include "MDM.h"
 #include "SmartRest.h"
 #include "SmartRestTemplate.h"
 #include "DeviceInfo.h"
@@ -23,7 +22,7 @@
 class MbedAgent
 {
 public:
-    MbedAgent(GPSI2C&, MDMSerial&, DeviceInfo&, DeviceMemory&);
+    MbedAgent(GPSI2C&, DeviceInfo&, DeviceMemory&);
 
     bool init();
     int run();
@@ -33,7 +32,6 @@
     
 private:
     long _deviceId;
-    MDMSerial& _mdm;
     SmartRest _client;
     SmartRestTemplate _tpl;
     DeviceBootstrap _bootstrap;