summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/opcua/open62541/qopen62541client.h')
-rw-r--r--src/plugins/opcua/open62541/qopen62541client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/opcua/open62541/qopen62541client.h b/src/plugins/opcua/open62541/qopen62541client.h
index 84e8e1a..466b60a 100644
--- a/src/plugins/opcua/open62541/qopen62541client.h
+++ b/src/plugins/opcua/open62541/qopen62541client.h
@@ -68,6 +68,12 @@ public:
bool batchRead(const QVector<QOpcUaReadItem> &nodesToRead) override;
bool batchWrite(const QVector<QOpcUaWriteItem> &nodesToWrite) override;
+ bool addNode(const QOpcUaAddNodeItem &nodeToAdd) override;
+ bool deleteNode(const QString &nodeId, bool deleteTargetReferences) override;
+
+ bool addReference(const QOpcUaAddReferenceItem &referenceToAdd) override;
+ bool deleteReference(const QOpcUaDeleteReferenceItem &referenceToDelete) override;
+
private slots:
private: