summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2024-01-22 16:14:56 +0100
committerJannis Völker <jannis.voelker@basyskom.com>2024-01-23 07:29:04 +0000
commit9db2e9f2a7ae53e7092e1d685ac2ce019e3a45fb (patch)
tree59961fa2144915500c8ae450a1c60ee65f9a849c
parentfe24443fd84d63c65705af924677dafee65c5790 (diff)
Remove the backend support table from QOpcUaMonitoringParameters docs
There is currently only one backend which supports all available parameters. Task-number: QTBUG-120960 Change-Id: I3307f3448f50cf2d906408ec1eab0a064123183d Pick-to: 6.7 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--src/opcua/client/qopcuamonitoringparameters.cpp55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/opcua/client/qopcuamonitoringparameters.cpp b/src/opcua/client/qopcuamonitoringparameters.cpp
index 9f59290..8a1a8a2 100644
--- a/src/opcua/client/qopcuamonitoringparameters.cpp
+++ b/src/opcua/client/qopcuamonitoringparameters.cpp
@@ -34,61 +34,6 @@ QT_BEGIN_NAMESPACE
\endcode
If other parameters are required, they must be set using the setter methods.
-
- \section1 Backend support
- Not all parameters in this class are supported by all backends.
- \table
- \header
- \li Parameter
- \li Open62541 plugin
- \row
- \li PublishingInterval
- \li X
- \row
- \li SamplingInterval
- \li X
- \row
- \li LifetimeCount
- \li X
- \row
- \li MaxKeepAliveCount
- \li X
- \row
- \li Priority
- \li X
- \row
- \li IndexRange
- \li X
- \row
- \li Shared
- \li X
- \row
- \li SubscriptionId
- \li X
- \row
- \li PublishingEnabled
- \li X
- \row
- \li Filter
- \li X
- \row
- \li QueueSize
- \li X
- \row
- \li DiscardOldest
- \li X
- \row
- \li MonitoringMode
- \li X
- \row
- \li IndexRange
- \li X
- \row
- \li MaxNotificationsPerPublish
- \li X
- \li TriggeringItemId
- \li X
- \endtable
*/
/*!