Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: MbedAgent.h
- Revision:
- 99:e369fc75c000
- Parent:
- 98:9f2de96941c4
- Child:
- 100:47ea098f8a47
--- a/MbedAgent.h Mon Apr 27 13:30:21 2015 +0000
+++ b/MbedAgent.h Thu May 07 09:57:55 2015 +0000
@@ -7,7 +7,7 @@
#include "DeviceInfo.h"
#include "DeviceBootstrap.h"
#include "DeviceIntegration.h"
-#include "ConfigurationSynchronization.h"
+#include "ConfigSync.h"
#include "SignalQualityMeasurement.h"
#include "TemperatureMeasurement.h"
#include "AccelerationMeasurement.h"
@@ -21,21 +21,19 @@
class MbedAgent
{
public:
- MbedAgent(GPSI2C&, DeviceInfo&);
+ MbedAgent(DeviceInfo&);
bool init();
int run();
void loop();
-protected:
-
private:
long _deviceId;
SmartRest _client;
SmartRestTemplate _tpl;
DeviceBootstrap _bootstrap;
DeviceIntegration _integration;
- ConfigurationSynchronization _configurationSynchronization;
+ ConfigSync _configSync;
SignalQualityMeasurement _signalQualityMeasurement;
TemperatureMeasurement _temperatureMeasurement;
AccelerationMeasurement _accelerationMeasurement;

Cumulocity