#include <calcium_port_factory.hxx>
Constructor & Destructor Documentation
| calcium_port_factory::calcium_port_factory |
( |
| ) |
|
| calcium_port_factory::~calcium_port_factory |
( |
| ) |
[virtual] |
Member Function Documentation
| provides_port * calcium_port_factory::create_data_servant |
( |
std::string |
type | ) |
[virtual] |
This method creates a provides port.
- Parameters:
-
- Returns:
- a pointer of the provides port.
Implements port_factory.
| uses_port * calcium_port_factory::create_data_proxy |
( |
std::string |
type | ) |
[virtual] |
This method creates a uses port.
- Parameters:
-
- Returns:
- a pointer of the uses port.
Implements port_factory.