forked from GerhardHoffmann/DCLibraries
Add CCWakelineAbstraction
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "CArun.h"
|
||||
#include "datei.h"
|
||||
|
||||
#include "CCWakelineAbstraction.h"
|
||||
|
||||
|
||||
CArun::CArun(QObject *parent)
|
||||
: QObject(parent)
|
||||
@@ -17,6 +19,8 @@ CArun::CArun(QObject *parent)
|
||||
qCritical() << "CArun: start setup...";
|
||||
|
||||
this->timerChainCtrl->start();
|
||||
|
||||
this->ccWakelineAbstraction = new CCWakelineAbstraction(this->HWaccess, this);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user