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

OutPortBase Class Reference

Output port base class. The base class of OutPort<T> s which are implementations of OutPort. More...

List of all members.

Public Member Functions

 __init__ (name)
 A constructor of OutPortBase class.
 __del__ ()
 A destructor of OutPortBase class.
 __init__ (id_)
 __call__ (pub)
 __init__ ()
 __call__ (pub)
 __init__ ()
 __call__ (pub)
 name ()
 OutPort's name.
 attach (id_, publisher)
 Attach a publisher.
 attach_front (id_, publisher)
 Attach a publisher.
 attach_back (id_, publisher)
 Attach a publisher.
 detach (id_)
 Detach a publisher.
 notify ()
 Notify data update.
 __init__ (id_, publisher_)


Detailed Description

Output port base class. The base class of OutPort<T> s which are implementations of OutPort.


Member Function Documentation

OutPortBase::__call__ pub   ) 
 

OutPortBase::__call__ pub   ) 
 

OutPortBase::__call__ pub   ) 
 

OutPortBase::__del__  ) 
 

A destructor of OutPortBase class.

Destructor of OutPortBase.

OutPortBase::__init__ id_  ,
publisher_ 
 

OutPortBase::__init__  ) 
 

OutPortBase::__init__  ) 
 

OutPortBase::__init__ id_   ) 
 

OutPortBase::__init__ name   ) 
 

A constructor of OutPortBase class.

Constructor of OutPortBase.

OutPortBase::attach id_  ,
publisher 
 

Attach a publisher.

Attach a publisher to observe OutPort.

OutPortBase::attach_back id_  ,
publisher 
 

Attach a publisher.

Attach a publisher to the taile of the Publisher list.

OutPortBase::attach_front id_  ,
publisher 
 

Attach a publisher.

Attach a publisher to the head of the Publisher list.

OutPortBase::detach id_   ) 
 

Detach a publisher.

Detach a publisher to observe OutPort.

OutPortBase::name  ) 
 

OutPort's name.

This operation returns OutPort's name

OutPortBase::notify  ) 
 

Notify data update.

This operation notify data update to Publishers


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