summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuatype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuatype.h')
-rw-r--r--src/opcua/client/qopcuatype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuatype.h b/src/opcua/client/qopcuatype.h
index 3b372c2..bee0954 100644
--- a/src/opcua/client/qopcuatype.h
+++ b/src/opcua/client/qopcuatype.h
@@ -427,6 +427,7 @@ Q_OPCUA_EXPORT QString nodeIdFromInteger(quint16 ns, quint32 identifier);
Q_OPCUA_EXPORT QString nodeIdFromReferenceType(QOpcUa::ReferenceTypeId referenceType);
Q_OPCUA_EXPORT bool nodeIdStringSplit(const QString &nodeIdString, quint16 *nsIndex,
QString *identifier, char *identifierType);
+Q_OPCUA_EXPORT bool nodeIdEquals(const QString &first, const QString &second);
Q_OPCUA_EXPORT QString ns0ID(QOpcUa::NodeIds::NS0 id);
Q_OPCUA_EXPORT QOpcUa::NodeIds::NS0 ns0IDFromNodeId(const QString &nodeId);
Q_OPCUA_EXPORT QString ns0IDName(QOpcUa::NodeIds::NS0 id);