summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't over-expose private dependenciesOswald Buddenhagen2016-03-091-1/+3
* Extend documentation to be more clear of the function behavior.Karsten Heimrich2016-03-091-1/+2
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-084-4/+4
|\
| * Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-184-4/+4
* | standardize statement order in project files a bitOswald Buddenhagen2016-03-023-6/+6
* | remove redundant statements from project filesOswald Buddenhagen2016-03-022-7/+0
* | consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-025-22/+21
* | Move clearing or updating values into a common function.Karsten Heimrich2016-03-014-25/+27
* | Implement partial reading from the serial connection.Karsten Heimrich2016-03-011-5/+11
* | Properly calculate EncapsulatedInterfaceTransport sizes.Karsten Heimrich2016-02-241-36/+99
* | Make QModbusPdu::encode(...) clear and set instead of append.Karsten Heimrich2016-02-221-0/+1
* | Fix some documentation issues based on earlier feedback.Karsten Heimrich2016-02-191-2/+3
* | RTU: Respond with illegal function for TCP and ASCII only request.Karsten Heimrich2016-02-192-0/+28
* | Improve the Can filtering snippetsAlex Blasche2016-02-191-5/+13
* | Add documention for Modbus slave and master examplesAlex Blasche2016-02-192-3/+3
* | Adjust size calculation for Modbus Encapsulated Interface Transport.Karsten Heimrich2016-02-191-0/+8
* | Special implementation for Diagnostics:ReturnQueryData msg code.Karsten Heimrich2016-02-181-1/+19
* | Some API and data size calculation fixes.Karsten Heimrich2016-02-174-107/+85
* | Use a more explictit type for data minimum size request.Karsten Heimrich2016-02-172-10/+10
* | qDebug: Add exception byte when streaming exception response.Karsten Heimrich2016-02-171-2/+3
* | Provide docs on how to implement a custom CAN plugin.Alex Blasche2016-02-177-13/+79
* | doc: Be more explicit what argument types are supported.Karsten Heimrich2016-02-151-10/+15
* | Remove qdoc related defines, we support the features now.Karsten Heimrich2016-02-153-30/+2
|/
* Cleanup constructors and destructors.Karsten Heimrich2016-01-299-24/+10
* Implement missing serial port error handling.Karsten Heimrich2016-01-291-0/+50
* Implement timeout handling more close to the specification.Karsten Heimrich2016-01-292-118/+148
* Clear existing buffered data when connecting to the serial port.Karsten Heimrich2016-01-282-6/+14
* Remove unused function declarations.Karsten Heimrich2016-01-271-4/+0
* Only stop the response timeout after receiving a valid ADU.Karsten Heimrich2016-01-251-2/+1
* Update documentation.Karsten Heimrich2016-01-221-1/+3
* QtSerialbus: Use Q_NULLPTR instead of 0 in all public headers.Karsten Heimrich2016-01-209-9/+9
* Implement missing server device busy handling.Karsten Heimrich2016-01-192-7/+22
* Document Modbus logging categoriesAlex Blasche2016-01-151-0/+17
* Remove meta-type registration and add it where used.Karsten Heimrich2016-01-131-2/+0
* Remove use of Variable Length ArrayThiago Macieira2016-01-081-2/+4
* Add doc reference from QCanBusDevice to QCanBusDevice::FilterAlex Blasche2016-01-081-1/+2
* Print more verbose type information in socketcan warningAlex Blasche2016-01-081-1/+1
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-082-3/+16
* Unwarn modbus on windows.Karsten Heimrich2016-01-082-14/+1
* Implement the ClearOverrunCounterAndFlag sub-function code.Karsten Heimrich2016-01-082-8/+10
* Adjust class members and update documentation. No functional change.Karsten Heimrich2016-01-082-80/+80
* Fix some qdoc warnings.Karsten Heimrich2016-01-083-5/+7
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-0818-45/+35
* Android: Deploy canbus pluginsAlex Blasche2016-01-081-1/+1
* Remove TODO, it is implemented already.Karsten Heimrich2016-01-081-4/+0
* canbusutil: simplify and improve frame id verificationRolf Eike Beer2016-01-081-6/+3
* Merge duplicated code, simplify things a bit.Karsten Heimrich2016-01-082-146/+66
* Change doc to be a bit more vague on the 0 pointer return value.Karsten Heimrich2016-01-081-19/+16
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-088-53/+33
* Improve documentation for CanBus RTR frame handlingAlex Blasche2016-01-072-3/+33