From 4a0418611e98a4062b9f6960e9887c443f984ff3 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 10 Jul 2025 13:32:26 +0200 Subject: [PATCH] DeviceControllerInterface 1.2.2 (requestDiag) --- src/ATBAPP/DeviceControllerInterface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ATBAPP/DeviceControllerInterface.h b/src/ATBAPP/DeviceControllerInterface.h index 7217a9f..8ff33ed 100644 --- a/src/ATBAPP/DeviceControllerInterface.h +++ b/src/ATBAPP/DeviceControllerInterface.h @@ -104,6 +104,9 @@ public slots: virtual void reboot() = 0; virtual void reset() = 0; + virtual void requestDiag() = 0; + + signals: void printTicketFinished(nsDeviceControllerInterface::RESULT_STATE resultState, @@ -213,7 +216,7 @@ signals: Q_DECLARE_INTERFACE(DeviceControllerInterface, - "eu.atb.ptu.plugin.DeviceControllerInterface/1.2.1") + "eu.atb.ptu.plugin.DeviceControllerInterface/1.2.2") namespace nsDeviceControllerInterface {