summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbustcpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-1/+1
* Unify the \since base line version for qdocAlex Blasche2016-11-161-1/+1
* Fix some documentation issues based on earlier feedback.Karsten Heimrich2016-02-191-2/+3
* Follow RTU master, always call close() from destructor.Karsten Heimrich2015-12-181-0/+4
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-181-1/+2
* Implement Modbus device connection parameters.Karsten Heimrich2015-12-181-11/+11
* Align class documentation.Karsten Heimrich2015-11-231-4/+8
* Fix wrong Modbus addresses.Karsten Heimrich2015-11-231-1/+3
* Make the responsibility split in QModbusServer::processRequest() obviousAlex Blasche2015-11-181-2/+3
* TCP: Respond with illegal function for serial only requests.Karsten Heimrich2015-11-131-0/+32
* Whitespace changes, no functional change.Karsten Heimrich2015-10-301-3/+3
* QModbusTcpServer::processRequest does not have to be publicAlex Blasche2015-10-271-8/+0
* Improve TCP server implementationAlex Blasche2015-10-271-7/+17
* Basic working Mobus TCP server implementation.Karsten Heimrich2015-10-211-14/+46
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-1/+1
* Rename code|docs, master -> client, slave -> server.Karsten Heimrich2015-09-281-1/+1
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-281-2/+2
* Rename QModBus into QModbus.Karsten Heimrich2015-09-281-12/+12
* Initial implementation of a TCP based modbus API.Karsten Heimrich2015-09-181-0/+95