summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaclientimpl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuaclientimpl_p.h')
-rw-r--r--src/opcua/client/qopcuaclientimpl_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuaclientimpl_p.h b/src/opcua/client/qopcuaclientimpl_p.h
index c04dccb..d29fc6a 100644
--- a/src/opcua/client/qopcuaclientimpl_p.h
+++ b/src/opcua/client/qopcuaclientimpl_p.h
@@ -81,6 +81,8 @@ public:
virtual bool readNodeAttributes(const QList<QOpcUaReadItem> &nodesToRead) = 0;
virtual bool writeNodeAttributes(const QList<QOpcUaWriteItem> &nodesToWrite) = 0;
+ virtual QOpcUaHistoryReadResponse *readHistoryData(const QOpcUaHistoryReadRawRequest &request) = 0;
+
bool registerNode(QPointer<QOpcUaNodeImpl> obj);
void unregisterNode(QPointer<QOpcUaNodeImpl> obj);