Merge commit '6099d07650acb28df1a5c9659479351daa7c2d27'

This commit is contained in:
2023-05-17 16:08:57 +02:00
22 changed files with 1419 additions and 1713 deletions

25
DCPlugin/src/hwChk.cpp Executable file
View File

@@ -0,0 +1,25 @@
#include <stdint.h>
#include "hwChk.h"
hwChk::hwChk(QWidget *parent) : QObject(parent)
{
// myDCIF = new T_prot();
// h: T_prot *myDCIF;
//myDatif = new T_datif();
HWaccess = new hwinf();
struct T_moduleCondition dcModCond;
sys_getDeviceConditions(dcModCond);
}
hwChk::~hwChk()
{
}