30 #ifndef _PALM_PORT_FACTORY_HXX_
31 #define _PALM_PORT_FACTORY_HXX_
Definition: palm_port_factory.hxx:43
palm_port_factory()
Definition: palm_port_factory.cxx:33
virtual uses_port * create_data_proxy(std::string type)
This method creates a uses port.
Definition: palm_port_factory.cxx:52
virtual ~palm_port_factory()
Definition: palm_port_factory.cxx:37
virtual provides_port * create_data_servant(std::string type)
This method creates a provides port.
Definition: palm_port_factory.cxx:40
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