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.cpp
- Revision:
- 90:7d9731dec0da
- Parent:
- 89:55ac65d7f206
- Child:
- 91:0e8d76030598
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp Tue Sep 20 17:39:56 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp Tue Sep 20 17:45:57 2016 +0000 @@ -52,6 +52,7 @@ output = json_value["output"].get<string>(); setpoint = atof(json_value["setpoint"].get<string>().c_str()); productFactor = atof(json_value["prodfact"].get<string>().c_str()); + actingDir = atoi(json_value["actingDir"].get<string>().c_str()); highAlert = atof(json_value["halert"].get<string>().c_str()); lowAlert = atof(json_value["lalert"].get<string>().c_str()); highFailsafe = atof(json_value["hfs"].get<string>().c_str());