summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmodbusserver
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size()Marc Mutz2022-10-051-10/+10
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* 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-10/+10
* Remove last traces of the SIGNAL macroKarsten Heimrich2021-03-261-2/+1
* Rename and deprecate QModbusRtuSerialSlave and QModbusRtuSerialMasterKarsten Heimrich2021-03-021-2/+2
* Port to CMakeAndreas Buhr2021-01-272-7/+11
* Use QList instead of QVectorJarek Kobus2020-08-171-5/+4
* Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-071-0/+4
* Fix incorrect reading and writing of QModbusServer registersAlex Blasche2018-10-241-0/+66
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-9/+9
|\
| * Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-8/+8
| * Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-1/+1
* | Implement Modbus device identification processing.Karsten Heimrich2016-03-091-0/+46
|/
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-1/+0
* Remove meta-type registration and add it where used.Karsten Heimrich2016-01-131-1/+3
* Implement the ClearOverrunCounterAndFlag sub-function code.Karsten Heimrich2016-01-081-0/+8
* Enable DiagnosticsRequest-RestartCommunicationsOption auto-test.Karsten Heimrich2016-01-041-19/+21
* Implement Modbus listen only mode, update TODO's.Karsten Heimrich2015-11-231-1/+7
* Fix wrong Modbus addresses.Karsten Heimrich2015-11-231-0/+7
* Don't use deprecated API especially if we don't even need QCharAlex Blasche2015-11-231-3/+13
* Finally rename all remaining slave* occurrences to server*.Karsten Heimrich2015-11-201-5/+5
* Implement Modbus ASCII input delimiter, update TODO's.Karsten Heimrich2015-11-201-0/+11
* Implement report server id. Update TODO's and add auto-test.Karsten Heimrich2015-11-191-0/+34
* Introduce enum and setValue|value functions to set server values.Karsten Heimrich2015-11-171-17/+9
* TCP: Respond with illegal function for serial only requests.Karsten Heimrich2015-11-132-1/+30
* Implement handling of missing server registers, update docs.Karsten Heimrich2015-11-121-0/+16
* Implement GetCommEventCounter and GetCommEventLog functions.Karsten Heimrich2015-11-061-0/+33
* Remove extra newlines. Whitespace only change.Karsten Heimrich2015-11-061-1/+0
* Implementation of Modbus ReadFifoQueue (Function code 24)Karsten Heimrich2015-11-011-0/+35
* Implementation of Modbus MaskWriteRegister (Function code 22)Karsten Heimrich2015-11-011-0/+38
* Refine API to folllow Non-Virtual Interface Idiom.Karsten Heimrich2015-11-011-0/+58
* Merge the sub-function counters, simplifies diagnostics code.Karsten Heimrich2015-10-301-2/+3
* Read Exception Status function code implementationRalf Nolden2015-10-281-0/+35
* Implement Modbus Function Code 8 (Diagnostics)Ralf Nolden2015-10-271-0/+348
* Rename slaveId to slaveAddressRalf Nolden2015-10-261-5/+5
* QModbusServer:processReadWriteMultipleRegistersRequest()Ralf Nolden2015-10-201-0/+30
* QModbusServer:processWriteMultipleRegistersRequest()Ralf Nolden2015-10-201-0/+25
* QModbusServer, processReadHoldingRegistersRequest()Ralf Nolden2015-10-201-0/+41
* QModbusServer: processReadInputRegistersRequest()Ralf Nolden2015-10-201-0/+48
* QModbusServer: processWriteSingleRegisterRequest()Ralf Nolden2015-10-201-0/+25
* Add processReadDiscreteInputsRequest() w/ testsRalf Nolden2015-10-191-0/+38
* QModbusServer::slaveId() and setSlaveId() become non-virtualAlex Blasche2015-10-161-2/+8
* Hook up the QModbusServer::dataWritten() signalAlex Blasche2015-10-151-1/+40
* QModbusDataUnit::valueCount() becomes uintAlex Blasche2015-10-151-2/+2
* Add QModbusServer::data(QModbusDataUnit *)Alex Blasche2015-10-151-7/+73