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

@@ -22,6 +22,7 @@ protected:
float Value;
string ReturnValue;
string ReturnRawValue;
string ReturnValueNoError;
bool LoadPreValue(void);
@@ -34,7 +35,7 @@ public:
bool ReadParameter(FILE* pfile, string& aktparamgraph);
bool doFlow(string time);
string getReadout();
string getReadoutParam(bool _rawValue);
string getReadoutParam(bool _rawValue, bool _noerror);
void SavePreValue(float value, string time = "");
string GetPreValue();