Add class DeviceControllerDiag to supervise DeviceController state

This commit is contained in:
2023-06-22 08:44:16 +02:00
parent 8fc88662d3
commit 6a19fd7608
4 changed files with 429 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
#include "src/ATBAPP/DeviceControllerInterface.h"
#include "src/ATBAPP/ATBAPPplugin.h"
#include "src/ATBAPP/DeviceControllerDiag.h"
#include "version.h"
@@ -94,6 +96,9 @@ private:
hwinf* hw;
DeviceControllerDiag* diag;
QTextCodec *codec;
bool private_loadCashAgentLib(QString pluginName);