summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2018-01-06 21:13:52 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2018-01-12 12:26:27 +0000
commitc2334068210f25b17aea04e24dd20a9be9486baa (patch)
treedc6ef3d9ab4c1bccfa72baae6e98db6260023146
parent5ef890be7813c8f0c12bb5db75b448d9237c0cb1 (diff)
Document the unit of time used for the sampling/subscription interval
Change-Id: I9752200f97bf30688023c0e7b91cfeaf3b0b98e9 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/opcua/client/qopcuamonitoringparameters.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuamonitoringparameters.cpp b/src/opcua/client/qopcuamonitoringparameters.cpp
index c20d2b8..6d1f5fe 100644
--- a/src/opcua/client/qopcuamonitoringparameters.cpp
+++ b/src/opcua/client/qopcuamonitoringparameters.cpp
@@ -277,6 +277,7 @@ void QOpcUaMonitoringParameters::setLifetimeCount(quint32 lifetimeCount)
/*!
Returns the publishing interval of the subscription.
+ The interval is expressed in milliseconds.
*/
double QOpcUaMonitoringParameters::publishingInterval() const
{
@@ -285,6 +286,7 @@ double QOpcUaMonitoringParameters::publishingInterval() const
/*!
Request \a publishingInterval as publishing interval for the subscription.
+ The interval is expressed in milliseconds.
*/
void QOpcUaMonitoringParameters::setPublishingInterval(double publishingInterval)
{
@@ -373,6 +375,7 @@ void QOpcUaMonitoringParameters::setFilter(const QVariant &filter)
/*!
Returns the revised sampling interval of the monitored item.
+ The interval is expressed in milliseconds.
*/
double QOpcUaMonitoringParameters::samplingInterval() const
{
@@ -381,6 +384,7 @@ double QOpcUaMonitoringParameters::samplingInterval() const
/*!
Request \a samplingInterval as sampling interval for the monitored item.
+ The interval is expressed in milliseconds.
*/
void QOpcUaMonitoringParameters::setSamplingInterval(double samplingInterval)
{