summaryrefslogtreecommitdiffstats
path: root/src/serialbus
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-11-14 09:57:49 +0100
committerAndy Shaw <andy.shaw@qt.io>2020-02-13 14:37:36 +0100
commit421dad73cc993f2af4573a709607690feb28729b (patch)
tree964195cdb9c450f99e4cec77ae86377c4f06c5e1 /src/serialbus
parent8c2a9138ffb00fdab49ab3ef128e4b1c92eb880c (diff)
VectorCAN: Add support for using CAN FD
[ChangeLog][VectorCAN] Added CAN FD support to the VectorCAN plugin. Change-Id: I7e72dafd13bb16b2db636a133502f0bdbc7a2ba6 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/serialbus')
-rw-r--r--src/serialbus/doc/src/vectorcan.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/serialbus/doc/src/vectorcan.qdoc b/src/serialbus/doc/src/vectorcan.qdoc
index 70b6521..0d2921b 100644
--- a/src/serialbus/doc/src/vectorcan.qdoc
+++ b/src/serialbus/doc/src/vectorcan.qdoc
@@ -105,6 +105,15 @@
bus immediately appear in the receive buffer. This can be used to check if sending
was successful. If this option is enabled, the therefore received frames are marked
with QCanBusFrame::hasLocalEcho()
+ \row
+ \li QCanBusDevice::CanFdKey
+ \li Enable the use of CAN FD on the CAN bus connection. If this option is enabled, then
+ it is not possible to receive your own CAN frames being sent, so setting
+ QCanBusDevice::ReceiveOwnKey to true has no effect. Since Qt 5.15.
+ \row
+ \li QCanBusDevice::DataBitRateKey
+ \li Determines the data bit rate of the CAN bus connection. This is only available when
+ \l QCanBusDevice::CanFdKey is set to true. Since Qt 5.15.
\endtable
VectorCAN supports the following additional functions: