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:
- 91:0e8d76030598
- Parent:
- 90:7d9731dec0da
- Child:
- 93:1553fb156915
--- a/src/ConfigurationHandler/Controls/SetpointControl.h Tue Sep 20 17:45:57 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.h Tue Sep 20 18:26:08 2016 +0000 @@ -22,7 +22,7 @@ string output; // control output double setpoint; // setpoint value double productFactor; - int actingDir; // acting direction + bool actingDir; // acting direction, 1 direct - pH, 0 indirect - inhibitor double highAlert; double lowAlert; double highFailsafe;