summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/opcua/open62541/qopen62541node.h')
-rw-r--r--src/plugins/opcua/open62541/qopen62541node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/opcua/open62541/qopen62541node.h b/src/plugins/opcua/open62541/qopen62541node.h
index ba96d85..01a56ec 100644
--- a/src/plugins/opcua/open62541/qopen62541node.h
+++ b/src/plugins/opcua/open62541/qopen62541node.h
@@ -61,6 +61,8 @@ public:
bool writeAttributes(const QOpcUaNode::AttributeMap &toWrite, QOpcUa::Types valueAttributeType) override;
bool callMethod(const QString &methodNodeId, const QList<QOpcUa::TypedVariant> &args) override;
+ QOpcUaHistoryReadResponse *readHistoryRaw(const QDateTime &startTime, const QDateTime &endTime, quint32 numValues, bool returnBounds) override;
+
bool resolveBrowsePath(const QList<QOpcUaRelativePathElement> &path) override;
private: