30 #ifndef _CALCIUM_PORT_FACTORY_HXX_
31 #define _CALCIUM_PORT_FACTORY_HXX_
33 #include "port_factory.hxx"
34 #include "uses_port.hxx"
35 #include "provides_port.hxx"
38 #include "CalciumProvidesPort.hxx"
40 #include "calcium_integer_port_uses.hxx"
41 #include "calcium_long_port_uses.hxx"
42 #include "calcium_intc_port_uses.hxx"
43 #include "calcium_real_port_uses.hxx"
44 #include "calcium_double_port_uses.hxx"
45 #include "calcium_string_port_uses.hxx"
46 #include "calcium_logical_port_uses.hxx"
47 #include "calcium_complex_port_uses.hxx"
virtual provides_port * create_data_servant(std::string type)
Definition: calcium_port_factory.cxx:41
virtual uses_port * create_data_proxy(std::string type)
Definition: calcium_port_factory.cxx:65
This class implements a DSC_User provides C++ port.
Definition: provides_port.hxx:40
This class implements a DSC_User uses C++ port.
Definition: uses_port.hxx:43
This class is an abstract for all the DSC ports factories that have to be registered into the compone...
Definition: port_factory.hxx:37
Definition: calcium_port_factory.hxx:49