summaryrefslogtreecommitdiffstats
path: root/tests/auto/qknxtunnelframefactory/tst_qknxtunnelframefactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor reformating, no functional changeKarsten Heimrich2019-08-201-1/+1
* Fix QKnxLinkLayerFrameBuilder implementationKarsten Heimrich2018-05-141-68/+68
* Add missing medium type getter/setter and adapt codeKarsten Heimrich2018-04-231-63/+73
* Make the QKnxTpduFactory private, since it's not use anywhereKarsten Heimrich2018-04-221-1/+1
* Create qknxlinklayerframe builderKarsten Heimrich2018-04-201-132/+478
* Instead of copying the byte array code, use wrapper around itKarsten Heimrich2018-04-171-5/+5
* Rename QKnxControlField::FrameType to QKnxControlField::FrameFormatAndrew O'Doherty2018-03-201-25/+25
* Remove superfluous QDataStream implementationsKarsten Heimrich2018-03-131-10/+0
* Remove the dependency on QKnxNetIpPayload, use QKnxByteArrayKarsten Heimrich2018-03-091-0/+10
* Compile module without the overwhelming template and QByteArray supportKarsten Heimrich2018-03-061-46/+46
* Add A_DeviceDescriptor services to Link layer frame factoryKarsten Heimrich2018-02-051-0/+73
* Add tunnel frame factory for A_Memory services and auto testLucie Gerard2018-02-041-0/+89
* Rename QKnxTunnel{Frame|FrameFactory} to QKnxLinkLayer{Frame|FrameFactory}Karsten Heimrich2018-02-011-16/+16
* Rename file qknxtunnelframe{.h|.cpp} to qknxlinklayerframe{.h|.cpp}Karsten Heimrich2018-02-011-1/+1
* Replace QByteArray with QVector<quint8> in QKnxTpdu related codeLucie Gerard2018-02-011-8/+10
* Add Tunnel Frame factory for group value and auto-testLucie Gerard2017-11-221-0/+113