summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbustcpserver_p.h
Commit message (Expand)AuthorAgeFilesLines
* QModbusTcpServer: do not store client sockets in a separate listIvan Solovev2023-02-091-5/+0
* QModbusTcpServer: fix memory leakIvan Solovev2023-02-091-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 and or clarify some debug output/commentsKarsten Heimrich2021-03-301-1/+1
* Fix minor warningsKarsten Heimrich2021-03-041-2/+3
* Use QList instead of QVectorJarek Kobus2020-08-171-1/+1
* Fix Qt6 buildSona Kurazyan2019-06-241-1/+1
* Expose the underling QIODevice used for Modbus communicationKarsten Heimrich2019-06-071-1/+1
* Add context information to QObject::connect(...) callsKarsten Heimrich2019-04-011-7/+8
* Fix implicit conversion loss warnings due to int precisionAlex Blasche2018-10-241-1/+1
* Add ability to monitor and reject incoming TCP modbus connectionsAlex Blasche2018-10-231-0/+14
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Use 'auto' where it is possibleDenis Shienkov2016-04-221-1/+1
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-2/+0
* Implement missing server device busy handling.Karsten Heimrich2016-01-191-0/+6
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-3/+3
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-041-1/+1
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-181-13/+14
* Ignore messages to TCP server if the slave addresses do not match.Karsten Heimrich2015-11-231-2/+21
* Implements receiving of TCP Modbus responses on client sideAlex Blasche2015-11-181-1/+1
* Update virtuals and explicit, default {con|de}structors.Karsten Heimrich2015-11-161-3/+1
* Unify include statements.Karsten Heimrich2015-11-111-2/+2
* Whitespace changes, no functional change.Karsten Heimrich2015-10-301-4/+4
* Improve TCP server implementationAlex Blasche2015-10-271-118/+111
* Basic working Mobus TCP server implementation.Karsten Heimrich2015-10-211-0/+140
* 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