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/ConfigurationHandler.cpp
- Revision:
- 89:55ac65d7f206
- Parent:
- 86:189c125d8878
- Child:
- 90:7d9731dec0da
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 20 16:28:24 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 20 17:39:56 2016 +0000 @@ -93,17 +93,15 @@ ++pos ) { printf("\r controlFile : %s \n", pos->second->getControlFile().c_str()); printf("\r id : %s \n", pos->second->getId().c_str()); - printf("\r name : %s \n", pos->second->getName().c_str()); printf("\r priority : %d \n", pos->second->getPriority()); printf("\r input : %s \n", pos->second->getInput().c_str()); printf("\r output : %s \n", pos->second->getOutput().c_str()); + printf("\r setpoint : %0.2f\n", pos->second->getSetpoint()); printf("\r prodfact : %0.2f\n", pos->second->getProductFactor()); - printf("\r setpoint : %0.2f\n", pos->second->getSetpoint()); printf("\r halert : %0.2f\n", pos->second->getHighAlert()); printf("\r lalert : %0.2f\n", pos->second->getLowAlert()); printf("\r hfs : %0.2f\n", pos->second->getHighFailsafe()); printf("\r lfs : %0.2f\n", pos->second->getLowFailsafe()); - printf("\r tol : %0.2f\n", pos->second->getTol()); printf("\r\n"); printf("\r currentState: %u\n", pos->second->getCurrentState()); printf("\r\n");