IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QCanBusFactory Class

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

This class was introduced in Qt 5.8.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QCanBusFactory Class

  • Header: QCanBusFactory

  • Since: Qt 5.8

  • qmake: QT += serialbus

  • Inherited By: QCanBusFactoryV2

This class is deprecated. We strongly advise against using it in new code.

Detailed Description

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

This class is deprecated, you should use QCanBusFactoryV2 instead.

See Also

See also QCanBusFactoryV2

Member Function Documentation

 

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

Creates a new QCanBusDevice. The caller must take ownership of the returned pointer.

interfaceName is the CAN interface name and errorMessage contains an error description in case of failure.

If the factory cannot create a plugin, it returns nullptr.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+