summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qcanbusdevice.h
Commit message (Expand)AuthorAgeFilesLines
* QCanBusDevice: Don't return a bool value from clear()Andre Hartmann2018-09-131-1/+1
* Add missing Q_DECLARE_OPERATORS_FOR_FLAGS(QCanBusDevice::Directions)Andre Hartmann2018-09-101-0/+1
* QCanBusDevice: Add readAllFrames() and clear() functionsAndre Hartmann2018-02-191-0/+9
* Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-121-0/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-1/+1
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-0/+1
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-0/+5
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-2/+1
|\
| * QCanBusDevice: Unwrap another short lineAndre Hartmann2016-09-151-2/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\|
| * Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-1/+1
* | Add synchronous read & write to QCanBusDeviceAlex Blasche2016-05-021-0/+3
|/
* Remove qdoc related defines, we support the features now.Karsten Heimrich2016-02-151-8/+0
* QtSerialbus: Use Q_NULLPTR instead of 0 in all public headers.Karsten Heimrich2016-01-201-1/+1
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-081-1/+8
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-2/+1
* QCanDevice: add CanFdKey configuration optionAlex Blasche2015-12-181-0/+1
* Implement dedicated RTU master class using libmodbus implementationAlex Blasche2015-09-181-0/+2
* Improve the CanBus filtering APIAlex Blasche2015-09-071-0/+23
* Introduce an API for tracking the transferred framesDenis Shienkov2015-09-061-4/+6
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-2/+2
* CANbus cleanupAlex Blasche2015-09-011-1/+0
* Add the bitrate support in the PeakCAN pluginDenis Shienkov2015-08-311-0/+1
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-4/+14
* Manage the readFrame() queue inside QCanBusDevicePrivateAlex Blasche2015-07-291-2/+4
* Rename QCBD::availableFrames() to QCBD::framesAvailable()Denis Shienkov2015-07-291-1/+1
* Add error description function to QCanBusDevice.Alex Blasche2015-07-281-0/+2
* Rename QCanFrame to QCanBusFrameAlex Blasche2015-07-211-3/+3
* Optimize the code for configuration parameter handlingAlex Blasche2015-07-201-1/+2
* Remove QSerialBusBackend.Alex Blasche2015-07-201-1/+0
* Make each canbus plugin directly derive from QCanBusDeviceAlex Blasche2015-07-201-11/+13
* Remove QSerialBusDeviceAlex Blasche2015-07-171-3/+7
* Remove dependency on QIODevice::OpenFlagAlex Blasche2015-07-171-0/+16
* Add connect/disconnectDevice() functions to QCanBusDeviceAlex Blasche2015-07-171-0/+4
* Add new direct frame read API to QSerialBusBackend.Alex Blasche2015-07-171-0/+5
* Add missing Q_DECLARE_TYPEINFO to QCanBusDeviceAlex Blasche2015-07-161-1/+3
* Simplify QCanBusDeviceAlex Blasche2015-07-161-1/+0
* QCanBusDevice::CanBusError::UnknownError addedJanne Partala2015-07-091-1/+2
* Fix license headers for the various source filesAlex Blasche2015-07-081-1/+1
* Remove the datastream versionsAlex Blasche2015-07-081-2/+0
* Fix the PIMPL for all QSerialBusDevice-derived classesDenis Shienkov2015-07-071-3/+1
* Add the new QSBD::backend() methodDenis Shienkov2015-07-071-4/+1
* Make some cosmetic changesDenis Shienkov2015-07-061-1/+2
* Fix qmake warnings for improper include style in public headersAlex Blasche2015-07-021-4/+2
* Error reporting improved.Janne Partala2015-07-011-1/+17
* Open/Close methods from QSerialBusDevice now opens/closes backend connectionJanne Partala2015-06-241-1/+0
* QSerialBus interface cleanupJanne Partala2015-06-231-2/+7
* Initial commit for QtSerialBusJanne Partala2015-06-191-0/+71