summaryrefslogtreecommitdiffstats
path: root/src/serialbus/doc/src/examples/can.qdoc
blob: fdb946a02016249a1f593fcae3161a6d192bd61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*! \example can
    \title CAN Bus example

    \brief The example sends and receives CAN bus frames.

    The example sends and receives CAN bus frames. Incoming frames
    are ordered according to their type. A connect dialog is
    provided to adjust the CAN Bus connection parameters.

    \ingroup qtserialbus-examples

    Key \l{Qt Serial Bus} classes used in this example:

    \list
    \li \l{QCanBusDevice}
    \li \l{QCanBusFrame}
    \endlist

    \image ../images/can-example.png

    \include examples-run.qdocinc
*/