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/OutputTask/Control.cpp
- Revision:
- 212:289f63158d2b
- Parent:
- 192:052a419837fa
- Child:
- 222:94ea9a091d99
--- a/src/OutputTask/Control.cpp Mon Oct 10 14:16:23 2016 +0000
+++ b/src/OutputTask/Control.cpp Mon Oct 10 16:06:10 2016 +0000
@@ -6,6 +6,13 @@
*****************************************************************************/
#include <Control.h>
+//
+// method: getMappedState
+// description: convert the control state into its analytics code
+//
+// @param none
+// @return relay-status code
+//
int Control::getMappedState(void) const
{
switch (controlType) {
