summaryrefslogtreecommitdiffstats
path: root/src/BobinkNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BobinkNode.h')
-rw-r--r--src/BobinkNode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/BobinkNode.h b/src/BobinkNode.h
index 0fa1678..c37a883 100644
--- a/src/BobinkNode.h
+++ b/src/BobinkNode.h
@@ -85,9 +85,15 @@ private:
void handleAttributeWritten (QOpcUa::NodeAttribute attr,
QOpcUa::UaStatusCode statusCode);
void handleClientConnectedChanged ();
+ void handleAttributeReadFinished (QOpcUa::NodeAttributes attrs);
+ void handleEnableMonitoringFinished (QOpcUa::NodeAttribute attr,
+ QOpcUa::UaStatusCode statusCode);
+ void handleDisableMonitoringFinished (QOpcUa::NodeAttribute attr,
+ QOpcUa::UaStatusCode statusCode);
static NodeStatus statusFromCode (QOpcUa::UaStatusCode code);
static QOpcUa::NodeAttribute attributeFromName (const QString &name);
+ static QLatin1StringView nameFromAttribute (QOpcUa::NodeAttribute attr);
QString m_nodeId;
QVariant m_value;