summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2018-11-06 08:25:52 +0100
committerRainer Keller <Rainer.Keller@qt.io>2018-11-13 11:32:14 +0000
commit41767cd4555ff0e559f0f8934cc32f0d010c472b (patch)
tree5efeaf6a0d7e0dc391d44ac6566e6449bdb8be54
parent0c6c0e45ba4f16b21dc480ef644053962b0fa2b1 (diff)
doc: Clarify description of namespace autoupdate
Change-Id: I73d17c2dfa07089dfab876608af1455462b7cea0 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--src/opcua/client/qopcuaclient.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/opcua/client/qopcuaclient.cpp b/src/opcua/client/qopcuaclient.cpp
index 2d18d34..ccabefa 100644
--- a/src/opcua/client/qopcuaclient.cpp
+++ b/src/opcua/client/qopcuaclient.cpp
@@ -734,10 +734,12 @@ QString QOpcUaClient::backend() const
/*!
Enables automatic update of the namespace table.
- A subscription will be made to the server node and \l namespaceArrayUpdated will be emitted
- when the array changed without calling \l updateNamespaceArray first.
+ Enabling this will keep the local copy of the namespace table updated automatically.
+ \l namespaceArrayUpdated will be emitted when the array changed.
- \a enable Determines whether to enable or disable the autoupdate functionality.
+ A subscription will be made on the node on the server to keep track of changes.
+ In case a server does not support subscriptions this will not work and
+ \l isNamespaceAutoupdateEnabled returns \c false.
\sa namespaceArray() namespaceArrayUpdated()
*/