This commit is contained in:
jomjol
2021-08-01 21:46:17 +02:00
parent d4b5ec2ae2
commit 17a87b23a1
12 changed files with 29 additions and 17 deletions

View File

@@ -87,7 +87,7 @@ public:
string getReadoutTimeStamp(int _number = 0);
void SavePreValue();
string GetPreValue(std::string _number = "");
void SetPreValue(float zw, string _numbers);
void SetPreValue(float zw, string _numbers, bool _extern = false);
std::vector<NumberPost*> GetNumbers(){return NUMBERS;};
string name(){return "ClassFlowPostProcessing";};