init branch
This commit is contained in:
@ -15,11 +15,11 @@
|
||||
#include "microcontroller.h"
|
||||
|
||||
|
||||
class AmpManager : public QObject, public QRunnable
|
||||
class AmpManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AmpManager(Microcontroller *micro, int relayNumber, QObject *parent = 0);
|
||||
explicit AmpManager(Microcontroller *micro, int relayNumber, QObject *parent = nullptr);
|
||||
~AmpManager();
|
||||
|
||||
|
||||
@ -27,6 +27,8 @@ public:
|
||||
public slots:
|
||||
void run();
|
||||
void abort();
|
||||
|
||||
private slots:
|
||||
void doTick();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user