Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
19:9bc8fabeddfa
Parent:
13:c80c283f9db2
Child:
20:653923c2f37a
diff -r 9cf694a764c0 -r 9bc8fabeddfa src/ConfigurationHandler/Controls/SetpointControl.h
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Sep 07 19:04:16 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Wed Sep 07 19:40:17 2016 +0000
@@ -17,13 +17,8 @@
     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() {};
+    bool Load(string filename); 
     ~SetpointControl() {
         printf("\r%s destructor invoked\n", __func__);
     }