summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbuspdu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make pduFromStream work on big endian (again)Dmitry Shachnev2022-06-271-2/+19
* QModbusPdu hierarchy: De-inline dtors of polymorphic classesMarc Mutz2022-06-221-0/+20
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Use up-to date LGPL license headerKai Köhne2021-11-301-11/+14
* Fix 5.15 compile errorKarsten Heimrich2021-03-041-2/+4
* Fix Modbus custom command size calculationKarsten Heimrich2021-02-251-46/+59
* Update dependencies and fix related issuesAlex Blasche2020-06-101-1/+1
* QModBusPdu: Fix old-style and downcast compiler warningsAndre Hartmann2019-07-221-9/+9
* Fix Qt6 buildSona Kurazyan2019-06-241-1/+1
* Correct typos in qmodbuspdu.cpp's docThibaut Cuvelier2019-03-201-7/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-111-2/+3
|\
| * Make pduFromStream work on big endianDmitry Shachnev2018-11-111-2/+3
* | Fix various QDoc warnings/errors in QtSerialBusv5.12.0-beta3Alex Blasche2018-10-151-0/+15
|/
* Doc: Fix documentation warningsTopi Reinio2018-03-261-5/+5
* QModbusResponse: Silence Clazy warningAndre Hartmann2018-02-121-1/+1
* ModBus: Don't use QByteArray::operator[] on a temporaryv5.10.0-beta2Andre Hartmann2017-10-131-3/+3
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-4/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-161-4/+4
| |\
| | * Fix handling of byte count fieldsSamuel Gaist2016-11-041-4/+4
* | | Unify the \since base line version for qdocAlex Blasche2016-11-161-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-301-1/+1
|\|
| * Fix compilation with MinGW 4.9Robert Loehning2016-06-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+2
|\|
| * Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-221-2/+2
* | Have a means to register a custom data size calculator.Karsten Heimrich2016-03-171-0/+55
|/
* Properly calculate EncapsulatedInterfaceTransport sizes.Karsten Heimrich2016-02-241-36/+99
* Adjust size calculation for Modbus Encapsulated Interface Transport.Karsten Heimrich2016-02-191-0/+8
* Some API and data size calculation fixes.Karsten Heimrich2016-02-171-100/+79
* Use a more explictit type for data minimum size request.Karsten Heimrich2016-02-171-8/+8
* qDebug: Add exception byte when streaming exception response.Karsten Heimrich2016-02-171-2/+3
* doc: Be more explicit what argument types are supported.Karsten Heimrich2016-02-151-10/+15
* Remove qdoc related defines, we support the features now.Karsten Heimrich2016-02-151-2/+2
* Doc fix: Add missing 'relates' context command.Karsten Heimrich2016-01-041-0/+2
* Fix documentation, remove superfluous include.Karsten Heimrich2015-12-091-1/+1
* Fix documentation for QModbusPdu::ExceptionByteAlex Blasche2015-12-021-2/+7
* Return the real function code without the exception byte.Karsten Heimrich2015-12-011-25/+43
* Improve the QModbusPdu and derived classes documentationAlex Blasche2015-11-271-9/+25
* Align size condition and according comment.Karsten Heimrich2015-11-241-2/+2
* Rename QModbusServer::processPrivateModbusRequest()Alex Blasche2015-11-181-1/+1
* Fix QModbusResponse stream in operatorAlex Blasche2015-11-171-1/+2
* Implement missing PDU length calculations, fix stream operators.Karsten Heimrich2015-11-171-14/+35
* Make the return value of minimumDataSize() signed.Karsten Heimrich2015-11-111-30/+48
* Update and fix documentation. Add TODO's.Karsten Heimrich2015-11-061-16/+12
* Remove extra newlines. Whitespace only change.Karsten Heimrich2015-11-061-4/+0
* Add NegativeAcknowledge (7) missing exception codeRalf Nolden2015-11-051-1/+6
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-2/+3
* Add a queue system to RTU masterAlex Blasche2015-11-051-0/+1
* Move exceptionCode() from QModbusExceptionResponse to QModbusPduAlex Blasche2015-11-041-6/+6
* Extend QModbusPdu et al in preparation of upcoming RTU client codeAlex Blasche2015-11-041-0/+12