Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

DataOutPort Class Reference

List of all members.

Public Member Functions

 __init__ (name, outport)
 Constructor.
 __del__ ()
 Destructor.
 publishInterfaces (connector_profile)
 Publish interface information.
 subscribeInterfaces (connector_profile)
 Publish interface information.
 unsubscribeInterfaces (connector_profile)
 Disconnect interface connection.
 __init__ (prop)
 __call__ (provider)
 __init__ (prop)
 __call__ (consumer)
 __init__ (prof=None, subs=None)
 __call__ (cons)

Member Function Documentation

DataOutPort::__call__ cons   ) 
 

DataOutPort::__call__ consumer   ) 
 

DataOutPort::__call__ provider   ) 
 

DataOutPort::__del__  ) 
 

Destructor.

DataOutPort::__init__ prof  = None,
subs  = None
 

DataOutPort::__init__ prop   ) 
 

DataOutPort::__init__ prop   ) 
 

DataOutPort::__init__ name  ,
outport 
 

Constructor.

DataOutPort::publishInterfaces connector_profile   ) 
 

Publish interface information.

This operation is method that would be called at the beginning of the notify_connect() process sequence. In the notify_connect(), the following methods would be called in order.

This operation should create the new connection for the new connector_id, and should update the connection for the existing connection_id.

Parameters:
connector_profile The connection profile information
Returns:
The return code of ReturnCode_t type.

DataOutPort::subscribeInterfaces connector_profile   ) 
 

Publish interface information.

This operation is method that would be called at the mid-flow of the notify_connect() process sequence. In the notify_connect(), the following methods would be called in order.

Parameters:
connector_profile The connection profile information
Returns:
The return code of ReturnCode_t type.

DataOutPort::unsubscribeInterfaces connector_profile   ) 
 

Disconnect interface connection.

This operation is pure virutal method that would be called at the end of the notify_disconnect() process sequence. In the notify_disconnect(), the following methods would be called.

Parameters:
connector_profile The connection profile information


The documentation for this class was generated from the following file:
Generated on Mon Oct 29 15:51:43 2007 for OpenRTM by  doxygen 1.4.3