summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbuspdu.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Add missing QDataStream operator<< for QModbus{Request,Response}Thiago Macieira2016-11-041-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+1
|\
| * Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-221-1/+1
* | Replace hard-coded array size with real argument count.Karsten Heimrich2016-03-221-3/+4
* | Have a means to register a custom data size calculator.Karsten Heimrich2016-03-171-0/+6
|/
* Make QModbusPdu::encode(...) clear and set instead of append.Karsten Heimrich2016-02-221-0/+1
* Some API and data size calculation fixes.Karsten Heimrich2016-02-171-2/+2
* Use a more explictit type for data minimum size request.Karsten Heimrich2016-02-171-2/+2
* Remove qdoc related defines, we support the features now.Karsten Heimrich2016-02-151-20/+0
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-8/+7
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-2/+1
* Fix usage of Q_ENUM and Q_ENUMS.Karsten Heimrich2016-01-041-2/+0
* Fix documentation for QModbusPdu::ExceptionByteAlex Blasche2015-12-021-0/+4
* Return the real function code without the exception byte.Karsten Heimrich2015-12-011-11/+14
* Improve the QModbusPdu and derived classes documentationAlex Blasche2015-11-271-13/+36
* Update virtuals and explicit, default {con|de}structors.Karsten Heimrich2015-11-161-3/+3
* Introduce Modbus ADU class and reuse where possible.Karsten Heimrich2015-11-131-0/+1
* Make the return value of minimumDataSize() signed.Karsten Heimrich2015-11-111-2/+2
* Add NegativeAcknowledge (7) missing exception codeRalf Nolden2015-11-051-0/+1
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-6/+2
* Add a queue system to RTU masterAlex Blasche2015-11-051-1/+2
* 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-1/+11
* Fix spelling mistake in QModbusExcpetionResponse function nameKarsten Heimrich2015-11-011-1/+1
* Limit function templates to quint8 and quint16 only.Karsten Heimrich2015-10-221-0/+8
* Implement calculate data size, reuse where possible.Karsten Heimrich2015-10-211-0/+2
* Implement stream operator using length information.Karsten Heimrich2015-10-211-5/+4
* Implement minimum data size table and update auto-test.Karsten Heimrich2015-10-211-0/+4
* Implement QDebug stream operator, update auto-test.Karsten Heimrich2015-10-201-0/+2
* Add QVector overload and make use of it.Karsten Heimrich2015-10-141-0/+6
* Fix typos and enum switch order to match spec functionCodeRalf Nolden2015-10-131-12/+12
* Fix functionCode enums to specRalf Nolden2015-10-131-2/+2
* We have only 2 bytes for data size.Karsten Heimrich2015-10-131-2/+2
* Remove mutable QByteArray in QModbusPduAlex Blasche2015-10-131-2/+2
* Introduce QModbus{Request|Response|ExceptionResponse} classes.Karsten Heimrich2015-10-131-0/+223