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:
- 86:189c125d8878
- Parent:
- 72:3754b352f156
- Child:
- 87:c466bde76fa0
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp Tue Sep 20 13:47:15 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp Tue Sep 20 15:40:11 2016 +0000 @@ -52,6 +52,7 @@ input = json_value["input"].get<string>(); output = json_value["output"].get<string>(); productFactor = atof(json_value["prodfact"].get<string>().c_str()); + setpoint = atof(json_value["setpoint"].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());