Improve data logging

This commit is contained in:
jomjol
2022-10-23 16:12:34 +02:00
parent 6986f2186c
commit b78929745b
5 changed files with 39 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ protected:
string ErsetzteN(string, double _prevalue);
float checkDigitConsistency(double input, int _decilamshift, bool _isanalog, double _preValue);
string RundeOutput(double _in, int _anzNachkomma);
void InitNUMBERS();
void handleDecimalSeparator(string _decsep, string _value);