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: measurement/SignalQualityMeasurement.h
- Revision:
- 82:ca7430f50b2b
- Parent:
- 77:f6717e4eccc4
- Child:
- 93:0acd11870c6a
diff -r 4a7761914901 -r ca7430f50b2b measurement/SignalQualityMeasurement.h
--- a/measurement/SignalQualityMeasurement.h Wed Mar 04 14:02:39 2015 +0000
+++ b/measurement/SignalQualityMeasurement.h Fri Mar 06 10:38:03 2015 +0000
@@ -5,12 +5,12 @@
#include "SmartRestTemplate.h"
#include "DeviceInfo.h"
#include "DeviceIO.h"
-#include "DeviceBootstrap.h"
+#include "DisplayInfo.h"
class SignalQualityMeasurement
{
public:
- SignalQualityMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&, DeviceIO&, DeviceBootstrap&);
+ SignalQualityMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&, DeviceIO&, DisplayInfo&);
bool init();
bool run();
@@ -24,7 +24,7 @@
int oldValues[2];
Timer sendingTimer;
DeviceIO& _io;
- DeviceBootstrap& _bootstrap;
+ DisplayInfo& _displayInfo;
};
#endif
\ No newline at end of file

Cumulocity