
Public Member Functions | |
| virtual provides_port * | create_data_servant (std::string type) |
| virtual uses_port * | create_data_proxy (std::string type) |
| provides_port * calcium_port_factory::create_data_servant | ( | std::string | type | ) | [virtual] |
This method creates a provides port.
| type | port's type. |
Implements port_factory.
| uses_port * calcium_port_factory::create_data_proxy | ( | std::string | type | ) | [virtual] |
This method creates a uses port.
| type | port's type. |
Implements port_factory.