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 {