summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warning about missing meta-type registration.Karsten Heimrich2016-01-131-0/+6
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-081-0/+6
* Implement the ClearOverrunCounterAndFlag sub-function code.Karsten Heimrich2016-01-081-0/+8
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-083-4/+4
* Implement auto-test for private sendRequest function.Karsten Heimrich2016-01-081-7/+50
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-081-17/+17
* Rename function errorText() -> errorString()Karsten Heimrich2016-01-061-10/+10
* The number of retries must be greater than or equal to 0.Karsten Heimrich2016-01-061-0/+12
* Fix typos.Karsten Heimrich2016-01-061-2/+2
* Remove similar test-cases, add timeoutChanged() signal test.Karsten Heimrich2016-01-061-7/+4
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-041-2/+2
* Add comment. Fix combined virtual and override usage.Karsten Heimrich2016-01-041-8/+8
* Enable DiagnosticsRequest-RestartCommunicationsOption auto-test.Karsten Heimrich2016-01-041-19/+21
* Implement minimum response timeout, update auto-test.Karsten Heimrich2015-12-181-3/+7
* QCanBusFrame: check more error conditions in isValid()Rolf Eike Beer2015-12-171-15/+51
* QCanBusFrame: automatically set extended frame format by frame idRolf Eike Beer2015-12-161-2/+17
* Return the real function code without the exception byte.Karsten Heimrich2015-12-011-98/+106
* Move QModbusClient responseTimer into QModbusRtuSerialMasterAlex Blasche2015-11-241-21/+1
* Implement Modbus listen only mode, update TODO's.Karsten Heimrich2015-11-231-1/+7
* Extend QModbusReply to contain the raw response as well.Karsten Heimrich2015-11-231-51/+48
* 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-203-16/+16
* Implement Modbus ASCII input delimiter, update TODO's.Karsten Heimrich2015-11-201-0/+11
* Merge the TCP and RTU read/write implementations.Karsten Heimrich2015-11-191-9/+0
* 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
* Fix QModbusResponse stream in operatorAlex Blasche2015-11-171-0/+8
* Implement missing PDU length calculations, fix stream operators.Karsten Heimrich2015-11-171-15/+19
* Make QModbusReply setter public APIAlex Blasche2015-11-161-29/+8
* TCP: Respond with illegal function for serial only requests.Karsten Heimrich2015-11-132-1/+30
* Introduce Modbus ADU class and reuse where possible.Karsten Heimrich2015-11-135-123/+234
* Implement handling of missing server registers, update docs.Karsten Heimrich2015-11-121-0/+16
* Make the return value of minimumDataSize() signed.Karsten Heimrich2015-11-111-20/+20
* QModbusReply::setError() does not have to be followed by setFinished()Alex Blasche2015-11-111-0/+10
* Fix CRC checks in RTU slave and masterKarsten Heimrich2015-11-111-1/+1
* fix spurious dependenciesOswald Buddenhagen2015-11-111-1/+1
* Missed to name to file properly, add _p for private files.Karsten Heimrich2015-11-102-2/+2
* Introduce API to manage response timerAlex Blasche2015-11-071-2/+28
* Fix warning in QModbusDevice unit testAlex Blasche2015-11-061-1/+1
* Implement GetCommEventCounter and GetCommEventLog functions.Karsten Heimrich2015-11-061-0/+33
* Fix memory leaks in QModbus{Client|Device} unit tests.Karsten Heimrich2015-11-062-37/+43
* Remove extra newlines. Whitespace only change.Karsten Heimrich2015-11-062-4/+0
* Cleanup QModbusDataUnit documentation and codeAlex Blasche2015-11-051-7/+8
* Add unit test for QModbusReplyAlex Blasche2015-11-051-4/+188
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-7/+7
* Move exceptionCode() from QModbusExceptionResponse to QModbusPduAlex Blasche2015-11-041-0/+5
* Introduce QModbusCommEvent for event logging.Karsten Heimrich2015-11-043-0/+100