summaryrefslogtreecommitdiffstats
path: root/src/knx/netip/qknxnetipstructheader.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-09-18 13:39:12 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-18 13:42:08 +0200
commit83a6b2a299d40513feb292dd041d1aa12e29fa13 (patch)
tree7044110b6b8af8c52667a3432648ecef9164def6 /src/knx/netip/qknxnetipstructheader.cpp
parentcfd7b61bea8a5b12ee0959d6c5722e17bba689d7 (diff)
parent605aabe1549d22dd5b3c283e5bf9c0088e14704d (diff)
Merge "Merge remote-tracking branch 'origin/5.15' into dev"
Diffstat (limited to 'src/knx/netip/qknxnetipstructheader.cpp')
-rw-r--r--src/knx/netip/qknxnetipstructheader.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/knx/netip/qknxnetipstructheader.cpp b/src/knx/netip/qknxnetipstructheader.cpp
index 3d977f5..34f7fc2 100644
--- a/src/knx/netip/qknxnetipstructheader.cpp
+++ b/src/knx/netip/qknxnetipstructheader.cpp
@@ -64,19 +64,19 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn template <typename CodeType> QKnxNetIpStructHeader<CodeType>::QKnxNetIpStructHeader(CodeType code)
+ \fn template <typename CodeType> QKnxNetIpStructHeader<CodeType>::QKnxNetIpStructHeader(CodeType codeType)
Constructs a valid header object and sets the KNXnet/IP structure identifier
- to \a code.
+ to \a codeType.
\sa isValid(), code(), setCode()
*/
/*!
- \fn template <typename CodeType> QKnxNetIpStructHeader<CodeType>::QKnxNetIpStructHeader(CodeType code, quint16 dataSize)
+ \fn template <typename CodeType> QKnxNetIpStructHeader<CodeType>::QKnxNetIpStructHeader(CodeType codeType, quint16 dataFieldSize)
Constructs a valid header object and sets the KNXnet/IP structure identifier
- to \a code and the data size to \a dataSize and updates the header size and
+ to \a codeType and the data size to \a dataFieldSize and updates the header size and
total size accordingly.
\sa isValid(), code(), setCode(), dataSize(), setDataSize()
@@ -143,9 +143,9 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn template <typename CodeType> void QKnxNetIpStructHeader<CodeType>::setDataSize(quint16 dataSize)
+ \fn template <typename CodeType> void QKnxNetIpStructHeader<CodeType>::setDataSize(quint16 dataFieldSize)
- Sets the KNXnet/IP structure data size to \a dataSize and updates the
+ Sets the KNXnet/IP structure data size to \a dataFieldSize and updates the
header and total size accordingly.
*/
@@ -156,9 +156,9 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn template <typename CodeType> void QKnxNetIpStructHeader<CodeType>::setCode(CodeType code)
+ \fn template <typename CodeType> void QKnxNetIpStructHeader<CodeType>::setCode(CodeType codeType)
- Sets the KNXnet/IP structure's code identifier to \a code.
+ Sets the KNXnet/IP structure's code identifier to \a codeType.
*/
/*!