This class is an example of factory for DSC_User ports. More...
Public Member Functions | |
virtual provides_port * | create_data_servant (std::string type) |
virtual uses_port * | create_data_proxy (std::string type) |
This class is an example of factory for DSC_User ports.
This class implements the methods to be able to be used by Superv_Component_i. It builds basic ports.
|
virtual |
This method creates a provides port of Basic ports.
type | the basic port's type. |
Implements port_factory.
|
virtual |
This method creates a uses port of Basic ports.
type | the basic port's type. |
Implements port_factory.