Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
13:c80c283f9db2
Parent:
12:ea87887ca7ad
Child:
19:9bc8fabeddfa
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Sep 07 13:22:28 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Sep 07 13:52:25 2016 +0000
@@ -8,6 +8,7 @@
 #define SETPOINTCONTROL_H
 
 #include <string>
+using namespace std;
 
 class SetpointControl
 {
@@ -16,10 +17,13 @@
     unsigned int    interval;           // interval at which we run
     unsigned int    priority;           // priority at which we run
 public:
+    SetpointControl(string filename);
+#if 0
     SetpointControl(string filename) : controlFile(filename) {
         printf("\r%s instantiated with control file %s\n",
                __func__, controlFile.c_str());
     }
+#endif
     ~SetpointControl() {
         printf("\r%s destructor invoked\n", __func__);
     }