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/SetpointControl.h
- Revision:
- 239:cfb1a917e7f7
- Parent:
- 217:d5a2ff093319
- Child:
- 242:3b0086a6d625
--- a/src/ConfigurationHandler/Controls/SetpointControl.h Wed Oct 19 16:26:02 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h Wed Oct 19 23:44:38 2016 +0000
@@ -33,6 +33,8 @@
STATE_STARTUP,
STATE_CONTROL_OFF,
STATE_CONTROL_ON,
+ STATE_FAILSAFE_ON,
+ STATE_FAILSAFE_OFF,
STATE_DISABLE,
STATE_RELOAD,
STATE_MAX
@@ -62,6 +64,8 @@
bool underLimit();
bool overLimit();
+ bool underFailsafeLimit();
+ bool overFailsafeLimit();
// state transition functions
void startFeed(void);
