- All Superinterfaces:
QCanBusFactory
,QtObjectInterface
- All Known Implementing Classes:
QCanBusFactoryV2.Impl
public interface QCanBusFactoryV2 extends QtObjectInterface, QCanBusFactory
Factory class used as the plugin interface for CAN bus plugins
Java wrapper for Qt class QCanBusFactoryV2
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QCanBusFactoryV2.Impl
Implementor class for interfaceQCanBusFactoryV2
-
Method Summary
Modifier and Type Method Description List<QCanBusDeviceInfo>
availableDevices()
QCanBusDevice
createDevice(String interfaceName)
-
Method Details
-
availableDevices
- Throws:
QCanBusException
-
createDevice
- Specified by:
createDevice
in interfaceQCanBusFactory
- Throws:
QCanBusException
-