summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusclient_p.h
Commit message (Expand)AuthorAgeFilesLines
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Use up-to date LGPL license headerKai Köhne2021-11-301-11/+14
* Update dependencies on 'dev' in qt/qtserialbusQt Submodule Update Bot2019-10-301-0/+1
* Rewrite RTU master state machineKarsten Heimrich2019-04-011-0/+1
* Use QSharedPointer::create() moreMarc Mutz2017-07-241-1/+1
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-1/+1
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-4/+1
* Implement timeout handling more close to the specification.Karsten Heimrich2016-01-291-0/+2
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-2/+2
* Merge duplicated code, simplify things a bit.Karsten Heimrich2016-01-081-2/+12
* Implement minimum response timeout, update auto-test.Karsten Heimrich2015-12-181-1/+1
* Implement: If a queued object gets deleted, remove it from the queue.Karsten Heimrich2015-12-181-0/+3
* Implement number of retries before a request fails.Karsten Heimrich2015-12-181-1/+16
* Move QModbusClient responseTimer into QModbusRtuSerialMasterAlex Blasche2015-11-241-5/+0
* Merge duplicated QueueElement handling code into one function.Karsten Heimrich2015-11-231-0/+1
* Implement raw request send and receive handling.Karsten Heimrich2015-11-231-1/+4
* Merge the TCP and RTU read/write implementations.Karsten Heimrich2015-11-191-0/+5
* Implements receiving of TCP Modbus responses on client sideAlex Blasche2015-11-181-0/+6
* Update virtuals and explicit, default {con|de}structors.Karsten Heimrich2015-11-161-5/+5
* Unify include statements.Karsten Heimrich2015-11-111-3/+3
* Introduce API to manage response timerAlex Blasche2015-11-071-2/+11
* Add QModbusClient::timeout propertyAlex Blasche2015-10-271-1/+3
* Implement request generation, add additional auto-tests.Karsten Heimrich2015-10-251-1/+6
* Implement write multiple registers response handling.Karsten Heimrich2015-10-191-0/+2
* Implement write single register response handling.Karsten Heimrich2015-10-191-0/+2
* Implement read/write multiple registers response handling.Ralf Nolden2015-10-191-0/+2
* Add processReadInputRegistersResponse() w/ testRalf Nolden2015-10-161-0/+1
* Add processReadHoldingRegistersResponse() w/ testRalf Nolden2015-10-161-0/+2
* Add processReadDiscreteInputsResponse() with testRalf Nolden2015-10-151-0/+1
* Implement coils read/single|multiple write processing.Karsten Heimrich2015-10-131-0/+3
* Define interface for request/response proccessing.Karsten Heimrich2015-10-131-0/+2
* Rename include guards after class name change.Karsten Heimrich2015-09-301-3/+3
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-281-3/+3
* Rename files. master -> client, slave -> serverKarsten Heimrich2015-09-281-0/+68