ProtocolList.hpp
1 #pragma once
2 #include <Device/Protocol/ProtocolFactoryInterface.hpp>
3 
4 #include <score/plugins/InterfaceList.hpp>
5 
6 namespace Device
7 {
8 class SCORE_LIB_DEVICE_EXPORT ProtocolFactoryList final
9  : public score::InterfaceList<ProtocolFactory>
10 {
11 };
12 }
Definition: ProtocolList.hpp:10
InterfaceList Default implementation of InterfaceListBase.
Definition: InterfaceList.hpp:80
Manipulation of Devices from Qt.
Definition: AddressSettings.cpp:14