summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix data unit handling in bit read response processingAlex Blasche2015-11-041-4/+2
* 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
* 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
* Replace implementation of QModbusReply with QModbusReplyEx.Karsten Heimrich2015-10-282-60/+7
* Read Exception Status function code implementationRalf Nolden2015-10-281-0/+35
* Prevent overwriting the data unit start address.Karsten Heimrich2015-10-281-3/+2
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-2812-485/+1
* Implement Modbus Function Code 8 (Diagnostics)Ralf Nolden2015-10-271-0/+348
* Add QModbusClient::timeout propertyAlex Blasche2015-10-271-0/+12
* Rename slaveId to slaveAddressRalf Nolden2015-10-263-9/+9
* Fix compiler warnings in qmodbuspdu unit testAlex Blasche2015-10-251-0/+11
* Implement request generation, add additional auto-tests.Karsten Heimrich2015-10-252-1/+130
* Introduce a common Modbus symbols file.Karsten Heimrich2015-10-222-2/+3
* 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
* QModbusServer:processReadWriteMultipleRegistersRequest()Ralf Nolden2015-10-201-0/+30
* QModbusServer:processWriteMultipleRegistersRequest()Ralf Nolden2015-10-201-0/+25
* Employ a more specialized read/write request API.Karsten Heimrich2015-10-202-7/+14
* Implement QDebug stream operator, update auto-test.Karsten Heimrich2015-10-201-0/+51
* QModbusServer, processReadHoldingRegistersRequest()Ralf Nolden2015-10-201-0/+41
* QModbusServer: processReadInputRegistersRequest()Ralf Nolden2015-10-201-0/+48
* QModbusServer: processWriteSingleRegisterRequest()Ralf Nolden2015-10-201-0/+25
* Implement write multiple registers response handling.Karsten Heimrich2015-10-191-0/+34
* Implement write single register response handling.Karsten Heimrich2015-10-191-0/+26
* Add processReadDiscreteInputsRequest() w/ testsRalf Nolden2015-10-191-0/+38
* Prevent invalidating a valid address inside implementationKarsten Heimrich2015-10-191-2/+5
* Implement read/write multiple registers response handling.Ralf Nolden2015-10-191-0/+29
* Fix failing auto-tests. Might be wrong though.Karsten Heimrich2015-10-191-2/+0
* QModbusServer::slaveId() and setSlaveId() become non-virtualAlex Blasche2015-10-161-2/+8
* Add processReadInputRegistersResponse() w/ testRalf Nolden2015-10-161-0/+31
* Add processReadHoldingRegistersResponse() w/ testRalf Nolden2015-10-161-0/+28
* Minor payload size check fixes due to specRalf Nolden2015-10-151-1/+1
* QModbusDataUnit::valueCount() is uint nowAlex Blasche2015-10-151-1/+1
* Hook up the QModbusServer::dataWritten() signalAlex Blasche2015-10-151-1/+40
* QModbusDataUnit::valueCount() becomes uintAlex Blasche2015-10-153-15/+15
* Add QModbusServer::data(QModbusDataUnit *)Alex Blasche2015-10-151-7/+73
* Add QModbusServer::setData(QModbusDataUnit)Alex Blasche2015-10-151-6/+39
* Add processReadDiscreteInputsResponse() with testRalf Nolden2015-10-151-0/+31
* Implement QModbusServer::setData() & data()Alex Blasche2015-10-141-2/+46
* Fix out of bounds access, update auto-test and add some comments.Karsten Heimrich2015-10-141-0/+16
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-142-4/+4
* Merge QModbusRegister and QModbusDataUnit + some enhancement.Karsten Heimrich2015-10-145-26/+79
* Implement coils read/single|multiple write processing.Karsten Heimrich2015-10-137-3/+255
* Define interface for request/response proccessing.Karsten Heimrich2015-10-132-1/+9
* Introduce QModbus{Request|Response|ExceptionResponse} classes.Karsten Heimrich2015-10-133-1/+223
* Implement modbus RTU CRC calculation.Karsten Heimrich2015-09-291-0/+61