Initial Implementation (#1834)

This commit is contained in:
jomjol
2023-01-14 13:28:58 +01:00
committed by GitHub
parent fd2d4408bf
commit cb4e6a0a30
4 changed files with 55 additions and 18 deletions

View File

@@ -43,6 +43,8 @@ protected:
void handleDecimalExtendedResolution(string _decsep, string _value);
void handleMaxRateType(string _decsep, string _value);
void handleAnalogDigitalTransitionStart(string _decsep, string _value);
void handleAllowNegativeRate(string _decsep, string _value);
std::string GetStringReadouts(general);
void WriteDataLog(int _index);