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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/Controls/CompositeControl.cpp
- Revision:
- 164:7cecd731882e
- Child:
- 220:dbe21411f962
diff -r 500f03d11fc4 -r 7cecd731882e src/ConfigurationHandler/Controls/CompositeControl.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ConfigurationHandler/Controls/CompositeControl.cpp Fri Sep 30 21:05:11 2016 +0000
@@ -0,0 +1,24 @@
+/******************************************************************************
+ *
+ * File: CompositeControl.cpp
+ * Desciption: ICE Composite Control Class implementation
+ *
+ *****************************************************************************/
+#include "CompositeControl.h"
+#include "mDot.h"
+#include "MbedJSONValue.h"
+#include "ModbusMasterApi.h"
+#include "global.h"
+#include <string>
+
+extern mDot *GLOBAL_mdot;
+
+bool CompositeControl::load(std::string controlFile)
+{
+ return true;
+}
+
+// unregister the control with the output task
+void CompositeControl::unregisterControl(void)
+{
+}
\ No newline at end of file
