Rolling 20210830

This commit is contained in:
jomjol
2021-08-30 21:21:18 +02:00
parent eb02e0aec1
commit b7b70299f7
7 changed files with 32 additions and 17 deletions

View File

@@ -9,7 +9,6 @@
struct NumberPost {
// int PreValueAgeStartup;
float MaxRateValue;
bool useMaxRateValue;
bool ErrorMessage;
@@ -30,14 +29,10 @@ struct NumberPost {
int AnzahlDigital;
int DecimalShift;
int Nachkomma;
// ClassFlowAnalog* ANALOG;
// ClassFlowDigit* DIGIT;
digit *digit_roi;
analog *analog_roi;
string name;
};
@@ -53,6 +48,7 @@ protected:
int PreValueAgeStartup;
bool ErrorMessage;
bool IgnoreLeadingNaN; // SPEZIALFALL für User Gustl
ClassFlowAnalog* flowAnalog;