Implementation of DecimalShift

This commit is contained in:
jomjol
2020-09-13 13:53:00 +02:00
parent 609d492442
commit d70beb57fc
6 changed files with 71 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ protected:
bool ErrorMessage;
bool PreValueOkay;
bool checkDigitIncreaseConsistency;
int DecimalShift;
string FilePreValue;
float PreValue; // letzter Wert, der gut ausgelesen wurde
@@ -25,6 +26,7 @@ protected:
string ReturnValueNoError; // korrigierter Rückgabewert ohne Fehlermeldung
bool LoadPreValue(void);
string ShiftDecimal(string in, int _decShift);
string ErsetzteN(string, int lastvalueanalog);