summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuanode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuanode.h')
-rw-r--r--src/opcua/client/qopcuanode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuanode.h b/src/opcua/client/qopcuanode.h
index 390b1ad..5238e16 100644
--- a/src/opcua/client/qopcuanode.h
+++ b/src/opcua/client/qopcuanode.h
@@ -44,6 +44,8 @@
#include <QtOpcUa/qopcuatype.h>
#include <QtOpcUa/qopcuabrowsepathtarget.h>
#include <QtOpcUa/qopcuarelativepathelement.h>
+#include <QtOpcUa/qopcuahistoryreadrawrequest.h>
+#include <QtOpcUa/qopcuahistoryreadresponse.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qdebug.h>
@@ -104,6 +106,8 @@ public:
bool browse(const QOpcUaBrowseRequest &request);
+ QOpcUaHistoryReadResponse *readHistoryRaw(const QDateTime &startTime, const QDateTime &endTime, quint32 numValues, bool returnBounds);
+
Q_SIGNALS:
void attributeRead(QOpcUa::NodeAttributes attributes);
void attributeWritten(QOpcUa::NodeAttribute attribute, QOpcUa::UaStatusCode statusCode);