summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuaclient.h')
-rw-r--r--src/opcua/client/qopcuaclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuaclient.h b/src/opcua/client/qopcuaclient.h
index c897ad6..774f8b6 100644
--- a/src/opcua/client/qopcuaclient.h
+++ b/src/opcua/client/qopcuaclient.h
@@ -49,6 +49,7 @@
#include <QtOpcUa/qopcuaaddreferenceitem.h>
#include <QtOpcUa/qopcuadeletereferenceitem.h>
#include <QtOpcUa/qopcuaendpointdescription.h>
+#include <QtOpcUa/qopcuahistoryreadrawrequest.h>
#include <QtCore/qobject.h>
#include <QtCore/qurl.h>
@@ -141,6 +142,8 @@ public:
QStringList supportedSecurityPolicies() const;
QList<QOpcUaUserTokenPolicy::TokenType> supportedUserTokenTypes() const;
+ QOpcUaHistoryReadResponse *readHistoryData(const QOpcUaHistoryReadRawRequest &request);
+
Q_SIGNALS:
void connected();
void disconnected();