Add CCWakelineAbstraction

This commit is contained in:
2024-06-10 11:50:34 +02:00
parent 06d43009ad
commit 1199dbfd30
5 changed files with 85 additions and 1 deletions

View File

@@ -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);
}