| Classes | |
| class | Connection | 
| Connection object.  More... | |
| class | CorbaPort | 
| CORBA port objects.  More... | |
| class | DataInPort | 
| class | DataOutPort | 
| class | DataPort | 
| Data port objects.  More... | |
| class | Port | 
| Base port object.  More... | |
| class | SvcInterface | 
| Service port interface object.  More... | |
| Functions | |
| def | parse_port (port_obj, owner) | 
| API functions.  More... | |
| def rtctree.ports.parse_port | ( | port_obj, | |
| owner | |||
| ) | 
API functions.
Create a port object of the correct type. The correct port object type is chosen based on the port.port_type property of port_obj. @param port_obj The CORBA PortService object to wrap. @param owner The owner of this port. Should be a Component object or None. @return The created port object.