summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaclientimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make all plugin specific methods pure virtual in QOpcUaClientImplJannis Voelker2023-12-051-12/+0
* Add API for the RegisterNodes and UnregisterNodes servicesJannis Voelker2023-10-251-0/+14
* Port from container::count() and length() to size()Marc Mutz2022-10-071-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
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-4/+4
* security: Support encrypted private keysRainer Keller2019-03-201-0/+1
* Move classes out of namespaceRainer Keller2019-01-211-2/+2
* security: Add session callback interfaceGerhard Gappmeier2019-01-111-0/+4
* Fix uninitialized pointerRainer Keller2018-11-281-0/+1
* Rename batch functionsRainer Keller2018-10-291-2/+2
* Fix Windows compile errorsRainer Keller2018-09-131-1/+1
* Add node managementJannis Voelker2018-08-171-0/+4
* Emit attributeUpdated whenever the attribute cache is updatedJannis Voelker2018-08-141-3/+3
* Add batch write capability to QOpcUaClient (open62541)Jannis Voelker2018-08-141-0/+1
* Add batch read API to QOpcUaClientJannis Voelker2018-08-031-1/+2
* Add findServers() support for open62541Jannis Voelker2018-07-271-0/+1
* Add requestEndpointsJannis Voelker2018-07-101-0/+1
* Add event supportJannis Voelker2018-07-041-0/+8
* Use a counter for the node registration handleJannis Voelker2018-06-201-11/+23
* Add support for TranslateBrowsePathToNodeIdJannis Voelker2018-06-131-0/+9
* Add server and source timestamp for read and data changeJannis Voelker2018-03-141-2/+2
* Add async browse supportJannis Voelker2018-01-051-0/+8
* Move NodeAttribute and NodeClass to namespace QOpcUaJannis Voelker2018-01-051-4/+4
* Add an async API for method callsJannis Voelker2017-12-141-0/+8
* Add async API for data change subscriptionsJannis Voelker2017-12-141-0/+25
* Add an async API for write access to node attributesJannis Voelker2017-12-061-0/+8
* Add an async API for read access to node attributesJannis Voelker2017-12-051-0/+24
* Clean up includesJannis Voelker2017-11-151-1/+1
* move connection handling to async APIJochen Seemann2017-07-251-1/+2
* Architecture and API reworkFrank Meerkoetter2016-04-151-0/+47