This commit is contained in:
jomjol
2020-08-13 07:24:43 +02:00
parent 3623ac68f0
commit 16290d4566
7 changed files with 75 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ protected:
bool useMaxRateValue;
bool ErrorMessage;
bool PreValueOkay;
bool checkDigitIncreaseConsistency;
string FilePreValue;
float PreValue;
@@ -25,7 +26,7 @@ protected:
bool LoadPreValue(void);
string ErsetzteN(string);
string ErsetzteN(string, int lastvalueanalog);
public:
ClassFlowPostProcessing();