summaryrefslogtreecommitdiffstats
path: root/src/OpcUaMonitoredNode.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement OpcUaMonitoredNode attribute reading with OpcUaNodeInfo gadgetThomas Vanbesien7 hours1-0/+55
|
* Add nodeId and monitored properties to OpcUaMonitoredNodeThomas Vanbesien8 hours1-0/+16
|
* Rename classes to OpcUa* prefix, replace BobinkNode with OpcUaMonitoredNode ↵Thomas Vanbesien9 hours1-0/+31
boilerplate Rename BobinkAuth → OpcUaAuth, BobinkClient → OpcUaClient (C++ class names only; QML module URI and singleton name stay as Bobink). Remove BobinkNode (QQuickItem-based) and add OpcUaMonitoredNode skeleton using QObject + QQmlParserStatus, following Qt convention for non-visual QML types.