in my opinion, PIStateMachine is ready to real work

This commit is contained in:
2024-08-04 20:26:39 +03:00
parent 7d02f710ea
commit 6efc962923
3 changed files with 20 additions and 4 deletions

View File

@@ -74,8 +74,10 @@ public:
void print(PIString prefix = {});
PIVector<PIStateBase *> gatherStates();
protected:
bool start();
bool start(bool force = false);
void setActive(bool yes);
void setActiveRecursive(bool yes);
void setChildrenActive(bool yes);