update noerror=true

This commit is contained in:
jomjol
2020-09-10 17:38:05 +02:00
parent ac3edc9bec
commit 186a500a1e
9 changed files with 19 additions and 7 deletions

View File

@@ -157,10 +157,10 @@ bool ClassFlowControll::doFlow(string time)
return result;
}
string ClassFlowControll::getReadout(bool _rawvalue = false)
string ClassFlowControll::getReadout(bool _rawvalue = false, bool _noerror = false)
{
if (flowpostprocessing)
return flowpostprocessing->getReadoutParam(_rawvalue);
return flowpostprocessing->getReadoutParam(_rawvalue, _noerror);
string zw = "";
string result = "";