Loading...
Searching...
No Matches
ProtocolList.hpp
1#pragma once
2#include <Device/Protocol/ProtocolFactoryInterface.hpp>
3
4#include <score/plugins/InterfaceList.hpp>
5
6namespace Device
7{
8class 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