QCanBusFactory Class

The QCanBusFactory class is a factory class used as the plugin interface for CAN bus plugins. More...

Header: #include <QCanBusFactory>
qmake: QT += serialbus
Since: Qt 5.8
Inherited By:

QCanBusFactoryV2

This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Public Functions

virtual QCanBusDevice *createDevice(const QString &interfaceName, QString *errorMessage) const = 0

Protected Functions

virtual ~QCanBusFactory()

Detailed Description

The QCanBusFactory class is a factory class used as the plugin interface for CAN bus plugins.

All plugins must implement the functions provided by this factory class.

This class is deprecated, you should use QCanBusFactoryV2 instead.

See also QCanBusFactoryV2.

Member Function Documentation

[virtual protected] QCanBusFactory::~QCanBusFactory()

Destroys the instance of QCanBusFactory. The destructor is virtual.

[pure virtual] QCanBusDevice *QCanBusFactory::createDevice(const QString &interfaceName, QString *errorMessage) const