GUI Controller

provide a controller which can be used to control state
transitions from an external GUI.
This commit is contained in:
Giulio Eulisse
2022-01-25 17:27:54 +01:00
committed by Dennis Klein
parent 5f33401d41
commit ad894c79cf
2 changed files with 26 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class Control : public Plugin
static auto PrintStateMachine() -> void;
auto PrintNumberOfConnectedPeers() -> void;
auto StaticMode() -> void;
auto GUIMode() -> void;
auto SignalHandler() -> void;
auto RunShutdownSequence() -> void;
auto RunStartupSequence() -> void;