summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbustcpclient_p.h
Commit message (Expand)AuthorAgeFilesLines
* Modbus: Use QOverload instead home-brewed castingAndre Hartmann2019-07-031-4/+3
* Fix Qt6 buildSona Kurazyan2019-06-241-5/+5
* Expose the underling QIODevice used for Modbus communicationKarsten Heimrich2019-06-071-0/+2
* Add context information to QObject::connect(...) callsKarsten Heimrich2019-04-011-5/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-1/+1
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-3/+2
|/
* Remove ambiguity when using QTimer::setInterval() function pointerAlex Blasche2016-07-131-1/+3
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-2/+2
* Use 'auto' where it is possibleDenis Shienkov2016-04-221-2/+2
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-2/+2
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-2/+0
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-3/+3
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-081-2/+2
* Editor to send handcrafted ADU's.Karsten Heimrich2015-12-211-3/+2
* Implement: If a queued object gets deleted, remove it from the queue.Karsten Heimrich2015-12-181-0/+8
* Use the updated timeout as argument for the timeoutChanged signal.Karsten Heimrich2015-12-181-3/+1
* Implement number of retries before a request fails.Karsten Heimrich2015-12-181-34/+66
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-181-11/+11
* Cleanup the client's TCP transaction store after a disconnectAlex Blasche2015-11-251-1/+21
* Update transaction logging for TCP clientsAlex Blasche2015-11-251-3/+4
* Merge duplicated QueueElement handling code into one function.Karsten Heimrich2015-11-231-19/+1
* Implement raw request send and receive handling.Karsten Heimrich2015-11-231-17/+15
* Extend QModbusReply to contain the raw response as well.Karsten Heimrich2015-11-231-3/+3
* Enable response timer for TCP clientAlex Blasche2015-11-221-0/+17
* Finally rename all remaining slave* occurrences to server*.Karsten Heimrich2015-11-201-6/+6
* Merge the TCP and RTU read/write implementations.Karsten Heimrich2015-11-191-2/+14
* Unify and improve the sent logs for the QModbusClientsAlex Blasche2015-11-191-1/+2
* Implements receiving of TCP Modbus responses on client sideAlex Blasche2015-11-181-8/+94
* Implement the three data read/write calls for QModbusTcpClientKarsten Heimrich2015-11-161-0/+8
* TCP connection management implemented for Modbus TCP clientKarsten Heimrich2015-11-161-0/+42
* Update virtuals and explicit, default {con|de}structors.Karsten Heimrich2015-11-161-4/+1
* Unify include statements.Karsten Heimrich2015-11-111-2/+2
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-281-1/+1
* Rename files. master -> client, slave -> serverKarsten Heimrich2015-09-281-1/+1
* Rename QModBus into QModbus.Karsten Heimrich2015-09-281-3/+3
* Initial implementation of a TCP based modbus API.Karsten Heimrich2015-09-181-0/+69