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:
- 93:0acd11870c6a
- Parent:
- 82:ca7430f50b2b
- Child:
- 94:61d44636f020
--- a/measurement/SignalQualityMeasurement.h	Fri Mar 20 14:27:10 2015 +0000
+++ b/measurement/SignalQualityMeasurement.h	Mon Apr 13 14:24:58 2015 +0000
@@ -4,13 +4,12 @@
 #include "AbstractSmartRest.h"
 #include "SmartRestTemplate.h"
 #include "DeviceInfo.h"
-#include "DeviceIO.h"
-#include "DisplayInfo.h"
+#include "LCDDisplay.h"
 
 class SignalQualityMeasurement
 {
 public:
-    SignalQualityMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&, DeviceIO&, DisplayInfo&);
+    SignalQualityMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&, LCDDisplay&);
     
     bool init();
     bool run();
@@ -23,8 +22,7 @@
     DeviceInfo& _deviceInfo;
     int oldValues[2];
     Timer sendingTimer;
-    DeviceIO& _io;
-    DisplayInfo& _displayInfo;
+    LCDDisplay& _lcdDisplay;
 };
 
 #endif
\ No newline at end of file
    
 Cumulocity
            Cumulocity