summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/opcua/open62541/qopen62541backend.h')
-rw-r--r--src/plugins/opcua/open62541/qopen62541backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/opcua/open62541/qopen62541backend.h b/src/plugins/opcua/open62541/qopen62541backend.h
index 4f94d2a..59135e0 100644
--- a/src/plugins/opcua/open62541/qopen62541backend.h
+++ b/src/plugins/opcua/open62541/qopen62541backend.h
@@ -129,7 +129,10 @@ private:
bool loadFileToByteString(const QString &location, UA_ByteString *target) const;
bool loadAllFilesInDirectory(const QString &location, UA_ByteString **target, int *size) const;
+ void disconnectInternal(QOpcUaClient::ClientError error = QOpcUaClient::ClientError::NoError);
+
QTimer m_clientIterateTimer;
+ QTimer m_disconnectAfterStateChangeTimer;
QHash<quint32, QOpen62541Subscription *> m_subscriptions;