From 849305bc8f2c7a7aa974940265dabdba4fe6e6fa Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 18 Mar 2024 17:01:50 +0100 Subject: [PATCH] Update DeviceControllerInterface 1.1.4 --- src/ATBAPP/DeviceControllerInterface.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ATBAPP/DeviceControllerInterface.h b/src/ATBAPP/DeviceControllerInterface.h index f5ed5ba..5589d6a 100644 --- a/src/ATBAPP/DeviceControllerInterface.h +++ b/src/ATBAPP/DeviceControllerInterface.h @@ -5,6 +5,7 @@ #include #include +#include #include "ATBAPPplugin.h" @@ -39,6 +40,12 @@ public: virtual nsDeviceControllerInterface::PLUGIN_STATE initDCPlugin(QObject *eventReceiver, const QSettings & settings) = 0; + /** + * e.g. send location + */ + virtual void sendDeviceParameter(const QJsonObject & jsonObject) = 0; + + // TASKS: Cash handling ------------------------------------------------------- /** * enables coin input @@ -196,7 +203,7 @@ signals: Q_DECLARE_INTERFACE(DeviceControllerInterface, - "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.3") + "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.4") namespace nsDeviceControllerInterface {