Rolling 20210522

This commit is contained in:
jomjol
2021-05-22 07:39:10 +02:00
parent 528a4435a9
commit 8a26b817f7
7 changed files with 64 additions and 19 deletions

View File

@@ -1,9 +1,12 @@
#pragma once
#include "ClassFlow.h"
#include "ClassFlowMakeImage.h"
#include <string>
class ClassFlowPostProcessing :
public ClassFlow
{
@@ -30,6 +33,8 @@ protected:
string ErrorMessageText; // Fehlermeldung bei Consistency Check
string timeStamp;
ClassFlowMakeImage *flowMakeImage;
bool LoadPreValue(void);
string ShiftDecimal(string in, int _decShift);