27 #ifndef _BASIC_PORT_FACTORY_HXX_
28 #define _BASIC_PORT_FACTORY_HXX_
30 #include "port_factory.hxx"
31 #include "data_short_port_provides.hxx"
32 #include "data_short_port_uses.hxx"
This class is an example of factory for DSC_User ports.
Definition: basic_port_factory.hxx:41
virtual uses_port * create_data_proxy(std::string type)
Definition: basic_port_factory.cxx:47
virtual provides_port * create_data_servant(std::string type)
Definition: basic_port_factory.cxx:38
This class implements a DSC_User provides C++ port.
Definition: provides_port.hxx:40
This class implements a DSC_User uses C++ port.
Definition: uses_port.hxx:43
This class is an abstract for all the DSC ports factories that have to be registered into the compone...
Definition: port_factory.hxx:37