summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-051-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Use up-to date LGPL license headerKai Köhne2021-11-301-11/+14
* Fix QModbusDataUnit inconsistent signedness for params and return valuesKarsten Heimrich2021-04-081-4/+4
* Fix some typosKarsten Heimrich2021-02-231-1/+1
* Qt SerialBus: fix deprecation warningKarsten Heimrich2021-02-171-3/+3
* Use QList instead of QVectorJarek Kobus2020-08-171-6/+6
* Fix incorrect reading and writing of QModbusServer registersAlex Blasche2018-10-241-5/+6
* Fix compilation with MSVC 2017v5.11.0-rc2v5.11.0Thiago Macieira2018-05-091-19/+16
* Doc: Fix documentation warningsTopi Reinio2018-03-261-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-2/+2
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
| * Fix ICC warning about conversion changing signThiago Macieira2016-12-071-1/+1
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-2/+2
|/
* Unify the \since base line version for qdocAlex Blasche2016-11-161-1/+1
* Implement Modbus device identification processing.Karsten Heimrich2016-03-091-3/+130
* Update documentation.Karsten Heimrich2016-01-221-1/+3
* Unwarn modbus on windows.Karsten Heimrich2016-01-081-1/+1
* Implement the ClearOverrunCounterAndFlag sub-function code.Karsten Heimrich2016-01-081-0/+8
* Remove TODO, it is implemented already.Karsten Heimrich2016-01-081-4/+0
* Enable DiagnosticsRequest-RestartCommunicationsOption auto-test.Karsten Heimrich2016-01-041-2/+2
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-181-3/+3
* Use some more optimized containers for internal data storage.Karsten Heimrich2015-12-161-6/+8
* Fix wrong forward of not handled "default" function codes.Karsten Heimrich2015-12-091-2/+6
* Fix size indicator for CommEventLog function codeAlex Blasche2015-12-011-2/+2
* Return the real function code without the exception byte.Karsten Heimrich2015-12-011-2/+2
* Fix all qdoc warnings except QModbusPdu related warningsAlex Blasche2015-11-241-1/+1
* Implement Modbus listen only mode, update TODO's.Karsten Heimrich2015-11-231-2/+20
* Follow-up on 4950e7, fix documentation.Karsten Heimrich2015-11-231-1/+1
* Don't use deprecated API especially if we don't even need QCharAlex Blasche2015-11-231-3/+5
* Finally rename all remaining slave* occurrences to server*.Karsten Heimrich2015-11-201-8/+8
* Remove all member fields and reuse the already existing Hash.Karsten Heimrich2015-11-201-18/+17
* Implement Modbus ASCII input delimiter, update TODO's.Karsten Heimrich2015-11-201-5/+17
* Implement Modbus device busy condition, update TODO's.Karsten Heimrich2015-11-191-7/+38
* Remove documentation, will be added to QModbusCommEvent.Karsten Heimrich2015-11-191-17/+3
* Inline the restart communication implementation.Karsten Heimrich2015-11-191-27/+14
* Implement report server id. Update TODO's and add auto-test.Karsten Heimrich2015-11-191-10/+107
* Adjust prefix notation matching the passed argument.Karsten Heimrich2015-11-191-12/+12
* Rename QModbusServer::processPrivateModbusRequest()Alex Blasche2015-11-181-7/+7
* Make the responsibility split in QModbusServer::processRequest() obviousAlex Blasche2015-11-181-3/+34
* Introduce enum and setValue|value functions to set server values.Karsten Heimrich2015-11-171-82/+117
* Forward missing implementations to processPrivateModbusRequest(...)Karsten Heimrich2015-11-161-0/+1
* Comment ClearOverrunCounterAndFlag diagnostic subcode.Karsten Heimrich2015-11-131-3/+0
* Implement communication event handling, fix counter increment.Karsten Heimrich2015-11-131-19/+3
* Implement handling of missing server registers, update docs.Karsten Heimrich2015-11-121-70/+37
* Employ convenient macros for size checking, reuse.Karsten Heimrich2015-11-111-59/+33
* Rewrite to handle all known subfunction codes inside a switch.Karsten Heimrich2015-11-111-52/+39
* Fix gcc 5.2 warningAlex Blasche2015-11-111-2/+2
* Implement diagnostic related message counter handling.Karsten Heimrich2015-11-111-28/+11