summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541node.h
Commit message (Expand)AuthorAgeFilesLines
* Add historical events read supportJannis Voelker2023-12-061-0/+3
* Add TimestampsToReturn to History Read RawJannis Voelker2023-11-231-1/+2
* 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-0/+2
* CMake: Port the open62541 plugin to OpenSSLJannis Voelker2020-09-081-1/+1
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-2/+2
* Move classes out of namespaceRainer Keller2019-01-211-1/+1
* Add generic browse methodJannis Voelker2018-07-251-1/+1
* Add support for TranslateBrowsePathToNodeIdJannis Voelker2018-06-131-0/+2
* Add ExtensionObject handling to support types from OPC-UA part 8, 5.6Jannis Voelker2018-01-051-2/+0
* Add async browse supportJannis Voelker2018-01-051-1/+1
* Move NodeAttribute and NodeClass to namespace QOpcUaJannis Voelker2018-01-051-5/+5
* Add support for index ranges in read and write operationsJannis Voelker2018-01-051-2/+2
* Remove dead codeFrank Meerkoetter2017-12-181-2/+0
* Add missing overridesFrank Meerkoetter2017-12-181-3/+3
* Add an async API for method callsJannis Voelker2017-12-141-2/+1
* Add async API for data change subscriptionsJannis Voelker2017-12-141-0/+3
* Add an async API for write access to node attributesJannis Voelker2017-12-061-1/+2
* Add an async API for read access to node attributesJannis Voelker2017-12-051-5/+4
* Remove the read/writeHistorical attribute APIFrank Meerkoetter2017-11-291-5/+0
* Clean up includesJannis Voelker2017-11-151-2/+1
* Fix default parameters in node headers (zero-as-null-pointer-constant)Jannis Voelker2017-11-071-2/+2
* Refactor childIds to childrenIdsDaniel Engelke2017-10-271-1/+1
* Change the return type of QOpcUaNode::nodeClass() to an enumFrank Meerkoetter2017-10-051-1/+1
* Rename name() to displayName()Frank Meerkoetter2017-10-051-1/+1
* Replace Q_DECL_OVERRIDE with overrideFrank Meerkoetter2017-10-051-1/+1
* Change QOpcUaNode::type signatureMaurice Kalinowski2017-09-071-1/+1
* Add open62541 pluginMaurice Kalinowski2017-08-311-0/+80