summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmodbuspdu
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* tst_qmodbuspdu: Cast to charFriedemann Kleint2016-12-081-1/+1
* tst_qmodbuspdu: Fix compiler warningFriedemann Kleint2016-12-021-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-161-0/+19
|\
| * Fix handling of byte count fieldsSamuel Gaist2016-11-041-0/+19
* | Have a means to register a custom data size calculator.Karsten Heimrich2016-03-171-0/+41
|/
* Properly calculate EncapsulatedInterfaceTransport sizes.Karsten Heimrich2016-02-241-5/+246
* qDebug: Add exception byte when streaming exception response.Karsten Heimrich2016-02-171-1/+1
* Return the real function code without the exception byte.Karsten Heimrich2015-12-011-98/+106
* Fix QModbusResponse stream in operatorAlex Blasche2015-11-171-0/+8
* Implement missing PDU length calculations, fix stream operators.Karsten Heimrich2015-11-171-15/+19
* Make the return value of minimumDataSize() signed.Karsten Heimrich2015-11-111-20/+20
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-7/+7
* Move exceptionCode() from QModbusExceptionResponse to QModbusPduAlex Blasche2015-11-041-0/+5
* Extend QModbusPdu et al in preparation of upcoming RTU client codeAlex Blasche2015-11-041-0/+6
* Fix spelling mistake in QModbusExcpetionResponse function nameKarsten Heimrich2015-11-011-1/+1
* Fix compiler warnings in qmodbuspdu unit testAlex Blasche2015-10-251-0/+11
* Implement stream operator using length information.Karsten Heimrich2015-10-211-0/+137
* Implement minimum data size table and update auto-test.Karsten Heimrich2015-10-211-0/+125
* Implement QDebug stream operator, update auto-test.Karsten Heimrich2015-10-201-0/+51
* Introduce QModbus{Request|Response|ExceptionResponse} classes.Karsten Heimrich2015-10-132-0/+221