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

FactoryPython Class Reference

Inheritance diagram for FactoryPython:

FactoryBase List of all members.

Public Member Functions

 __init__ (profile, new_func, delete_func, policy=None)
 FactoryPython class constructor.
 create (mgr)
 Create component.
 destroy (comp)
 Destroy component.
 __init__ (profile)
 FactoryBase class constructor.
 __dele__ ()
 profile ()
 Get component profile.
 number ()
 Get number of component instances.

Member Function Documentation

FactoryBase::__dele__  )  [inherited]
 

FactoryBase::__init__ profile   )  [inherited]
 

FactoryBase class constructor.

FactoryBase class constructor.

Parameters:
profile component profile

FactoryPython::__init__ profile  ,
new_func  ,
delete_func  ,
policy  = None
 

FactoryPython class constructor.

FactoryPython class constructor. Create component factory class with three arguments: component profile, component class name and delete function object.

Parameters:
profile Component profile
new_func Component name
delete_func Delete function object

FactoryPython::create mgr   ) 
 

Create component.

Create component implemented in Python.

Parameters:
mgr Manager object

Reimplemented from FactoryBase.

FactoryPython::destroy comp   ) 
 

Destroy component.

Destroy component instance

Parameters:
comp RtcBase object

Reimplemented from FactoryBase.

FactoryBase::number  )  [inherited]
 

Get number of component instances.

Get number of current component instances.

self _Profile Component FactoryBase::profile  )  [inherited]
 

Get component profile.

Get component profile.


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