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:
- 30:738359dfdab1
- Parent:
- 28:c410a61238bb
- Child:
- 46:4cb96ab2d1c8
--- a/src/ConfigurationHandler/Controls/SetpointControl.h Thu Sep 08 20:20:21 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.h Thu Sep 08 21:07:47 2016 +0000 @@ -20,14 +20,12 @@ int priority; // control priority string input; // control input string output; // control output - double productFactor; - double highAlert; - double lowAlert; - double highFailsafe; - double lowFailsafe; - double tol; - - MbedJSONValue json_value; + double productFactor; + double highAlert; + double lowAlert; + double highFailsafe; + double lowFailsafe; + double tol; public: // constructor