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

@@ -27,7 +27,7 @@ protected:
public:
void InitFlow(std::string config);
bool doFlow(string time);
string getReadout(bool _rawvalue);
string getReadout(bool _rawvalue, bool _noerror);
string UpdatePrevalue(std::string _newvalue);
string GetPrevalue();
bool ReadParameter(FILE* pfile, string& aktparamgraph);