mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
nightly
This commit is contained in:
@@ -284,6 +284,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|||||||
{
|
{
|
||||||
error = "Negative Rate - Returned old value - read value: " + zwvalue;
|
error = "Negative Rate - Returned old value - read value: " + zwvalue;
|
||||||
Value = PreValue;
|
Value = PreValue;
|
||||||
|
stream.str("");
|
||||||
stream << std::fixed << std::setprecision(AnzahlNachkomma) << Value;
|
stream << std::fixed << std::setprecision(AnzahlNachkomma) << Value;
|
||||||
zwvalue = stream.str();
|
zwvalue = stream.str();
|
||||||
}
|
}
|
||||||
@@ -292,6 +293,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|||||||
{
|
{
|
||||||
error = "Rate too high - Returned old value - read value: " + zwvalue;
|
error = "Rate too high - Returned old value - read value: " + zwvalue;
|
||||||
Value = PreValue;
|
Value = PreValue;
|
||||||
|
stream.str("");
|
||||||
stream << std::fixed << std::setprecision(AnzahlNachkomma) << Value;
|
stream << std::fixed << std::setprecision(AnzahlNachkomma) << Value;
|
||||||
zwvalue = stream.str();
|
zwvalue = stream.str();
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user