Working generator mode

This commit is contained in:
Jan Käberich 2020-09-13 18:01:32 +02:00
parent b7033a029e
commit aae01a602e
14 changed files with 172 additions and 39 deletions

View file

@ -19,6 +19,7 @@ public:
static Mode *getActiveMode();
virtual void initializeDevice() = 0;
virtual void deviceDisconnected(){};
protected:
// call once the derived class is fully initialized