24 #ifndef _PORT_FACTORY_HXX
25 #define _PORT_FACTORY_HXX
This class is an abstract for all the DSC ports factories that have to be registered into the compone...
Definition: port_factory.hxx:37
virtual uses_port * create_data_proxy(std::string type)=0
This method creates a uses port.
virtual ~port_factory()
Definition: port_factory.hxx:39
virtual provides_port * create_data_servant(std::string type)=0
This method creates a provides port.
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