BugFix Make Reference

This commit is contained in:
jomjol
2023-05-19 21:53:56 +02:00
parent ff52d785cd
commit 05deecee00
2 changed files with 4 additions and 2 deletions

View File

@@ -34,13 +34,14 @@ protected:
bool AutoStart;
float AutoInterval;
bool SetupModeActive;
void SetInitialParameter(void);
std::string aktstatusWithTime;
std::string aktstatus;
int aktRunNr;
public:
bool SetupModeActive;
void InitFlow(std::string config);
bool doFlow(string time);
void doFlowTakeImageOnly(string time);