summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update open62541 to 1.3Martin Klos2022-11-111-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-38/+2
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Add an API for historical data accessPeter Rustler2021-10-151-1/+15
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-5/+5
* Move classes out of namespaceRainer Keller2019-01-211-2/+2
* Add generic browse methodJannis Voelker2018-07-251-4/+3
* Check client before dispatching a request from the nodeJannis Voelker2018-06-211-0/+27
* Use a counter for the node registration handleJannis Voelker2018-06-201-10/+11
* Add support for TranslateBrowsePathToNodeIdJannis Voelker2018-06-131-0/+11
* Fix possible crash in the open62541 backendJannis Voelker2018-04-031-1/+3
* Add ExtensionObject handling to support types from OPC-UA part 8, 5.6Jannis Voelker2018-01-051-10/+0
* Add async browse supportJannis Voelker2018-01-051-5/+11
* Move NodeAttribute and NodeClass to namespace QOpcUaJannis Voelker2018-01-051-10/+10
* Add support for index ranges in read and write operationsJannis Voelker2018-01-051-4/+6
* Remove dead codeFrank Meerkoetter2017-12-181-5/+0
* Add an async API for method callsJannis Voelker2017-12-141-6/+10
* Add async API for data change subscriptionsJannis Voelker2017-12-141-0/+28
* Add an async API for write access to node attributesJannis Voelker2017-12-061-9/+22
* Add an async API for read access to node attributesJannis Voelker2017-12-051-40/+12
* Remove the read/writeHistorical attribute APIFrank Meerkoetter2017-11-291-17/+0
* Clean up includesJannis Voelker2017-11-151-8/+6
* Add missing Qt namespaceDaniel Engelke2017-11-021-0/+4
* Refactor childIds to childrenIdsDaniel Engelke2017-10-271-2/+2
* open62541: do not leak UA_NodeIds membersFrank Meerkoetter2017-10-251-0/+1
* Change the return type of QOpcUaNode::nodeClass() to an enumFrank Meerkoetter2017-10-051-4/+3
* Rename name() to displayName()Frank Meerkoetter2017-10-051-1/+1
* Change QOpcUaNode::type signatureMaurice Kalinowski2017-09-071-3/+3
* Add open62541 pluginMaurice Kalinowski2017-08-311-0/+165