summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix \since for QIODevice *device() constAndre Hartmann2019-09-041-1/+1
* Deprecate the 'UserParameter' enum valueKarsten Heimrich2019-06-071-4/+4
* Expose the underling QIODevice used for Modbus communicationKarsten Heimrich2019-06-071-0/+14
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-5/+11
|\
| * Improve QModbusDevice connect/open documentationAlex Blasche2018-11-141-5/+11
* | Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-071-0/+4
|/
* Ensure QModbusDevice::close() handles being unconnected alreadyv5.11.0-beta2Alex Blasche2018-03-061-0/+3
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Unify the \since base line version for qdocAlex Blasche2016-11-161-1/+1
* Extend documentation to be more clear of the function behavior.Karsten Heimrich2016-03-091-1/+2
* Remove meta-type registration and add it where used.Karsten Heimrich2016-01-131-2/+0
* Fix some qdoc warnings.Karsten Heimrich2016-01-081-1/+1
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-081-4/+8
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-041-11/+11
* Fix conversion, the enums are not exposed with Q_DECLARE_METATYPE.Karsten Heimrich2015-12-211-4/+4
* Implement Modbus device connection parameters.Karsten Heimrich2015-12-181-8/+98
* Fix all qdoc warnings except QModbusPdu related warningsAlex Blasche2015-11-241-35/+0
* Whitespace changes, no functional change.Karsten Heimrich2015-10-301-15/+15
* Documentation update, fix functions signatures etc...Karsten Heimrich2015-10-301-3/+3
* RTU slave implementation using QSerialPortAlex Blasche2015-10-211-0/+2
* Introduce a low level modbus logging category.Alex Blasche2015-10-201-0/+1
* Introduce QModbus logging categoryAlex Blasche2015-10-141-0/+4
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-11/+11
* Merge QModbusRegister and QModbusDataUnit + some enhancement.Karsten Heimrich2015-10-141-4/+3
* Implement modbus RTU CRC calculation.Karsten Heimrich2015-09-291-0/+19
* Implement modbus ASCII LRC calculation.Karsten Heimrich2015-09-291-0/+16
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-281-2/+2
* Rename QModBus into QModbus.Karsten Heimrich2015-09-281-38/+38
* Calm down qdoc warnings.Karsten Heimrich2015-09-181-0/+6
* Remove QModBusDevice::ApplicationDataUnitAlex Blasche2015-09-161-9/+0
* Remove QModBusDevice::setDevice()Alex Blasche2015-09-161-10/+0
* Move QModBusDevice::ModbusTable -> QModBusRegister::RegisterTypeAlex Blasche2015-09-161-12/+4
* Globally register ModBusTable enum with meta type system and QVariantAlex Blasche2015-09-111-1/+2
* Ensure the QModBusDevice private data members are setup properlyAlex Blasche2015-09-111-0/+8
* Remove QSerialPort dependency from libmodbus pluginAlex Blasche2015-09-111-0/+12
* Doc: Language editsVenugopal Shivashankar2015-09-091-24/+23
* Ensure QModBusDevice and derived classes have virtual destructorAlex Blasche2015-09-081-0/+7
* Serial port dependency and replaced with QIODeviceKarsten Heimrich2015-09-071-0/+10
* Error handling implementedJanne Partala2015-09-021-2/+6
* Modify modbus slave API to conform to API designJanne Hurskainen2015-08-251-0/+37
* QModBusDevice createdJanne Partala2015-08-241-0/+199
* 1st Implementation of Modbus slaveJanne Hurskainen2015-08-201-46/+0
* Skeleton for modbus implementationJanne Partala2015-08-191-0/+46