summaryrefslogtreecommitdiffstats
path: root/src/OpcUaMonitoredNode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement OpcUaMonitoredNode attribute reading with OpcUaNodeInfo gadgetThomas Vanbesien7 hours1-0/+157
|
* Add nodeId and monitored properties to OpcUaMonitoredNodeThomas Vanbesien8 hours1-0/+30
|
* Rename classes to OpcUa* prefix, replace BobinkNode with OpcUaMonitoredNode ↵Thomas Vanbesien8 hours1-0/+18
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.