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