summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qcanbusframe.h
Commit message (Expand)AuthorAgeFilesLines
* CAN: Improve error handling codeAndre Hartmann2017-01-241-2/+2
* CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-171-2/+15
* CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-4/+27
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-2/+2
|\
| * QCanBusFrame: Init unused integer fields to zeroAndre Hartmann2016-09-261-2/+5
* | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-7/+26
* | QCanBusFrame: move toString() implementation to C++ fileAndre Hartmann2016-11-151-36/+2
* | QCanBusFrame: Extend valid check for frame id >= 2^29Andre Hartmann2016-11-011-6/+17
* | QCanBusFrame::toString(): Add one more space around the length fieldAndre Hartmann2016-10-311-3/+6
* | QCanBusFrame: de-inline, add nothrow, remove extra qualifiersAndre Hartmann2016-09-271-14/+14
* | QCanBusFrame::toString(): Optimize loopAndre Hartmann2016-09-261-4/+6
* | QCanBusFrame: Pass TimeStamp by valueAndre Hartmann2016-09-221-1/+1
* | QCanBusFrame: Change default ctor to not copy QByteArrayAndre Hartmann2016-09-221-2/+2
* | QCanBusFrame: Remove setSeconds and setMicroSeconds from TimeStampAndre Hartmann2016-09-191-2/+0
* | QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-0/+4
* | QCanBusFrame::toString(): Pretty align length and data fieldsAndre Hartmann2016-07-181-3/+5
* | QCanBusFrame: Add toString()Andre Hartmann2016-06-241-0/+29
|/
* QCanFrame: Fix constructing frames with extended ID < 0x800Andre Hartmann2016-05-181-1/+1
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-1/+1
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-2/+1
* QCanBusFrame: check more error conditions in isValid()Rolf Eike Beer2015-12-171-1/+12
* QCanBusFrame: automatically set extended frame format by frame idRolf Eike Beer2015-12-161-2/+3
* Fix failing auto-tests. Might be wrong though.Karsten Heimrich2015-10-191-0/+2
* CANbus cleanupAlex Blasche2015-09-011-2/+0
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-0/+4
* Avoid constant usage in QCanBusFrameAlex Blasche2015-07-281-9/+9
* Add QCanBusFrame::FrameErrorAlex Blasche2015-07-281-2/+40
* Add concept of invalid QCanBusFrameAlex Blasche2015-07-231-1/+18
* Rename QCanFrame to QCanBusFrameAlex Blasche2015-07-211-0/+160