OpenRTM_aist.Factory.FactoryPython Class Reference

FactoryPython class. More...

Inheritance diagram for OpenRTM_aist.Factory.FactoryPython:
OpenRTM_aist.Factory.FactoryBase

List of all members.

Public Member Functions

def __init__
 Constructor.
def create
 Create component.
def destroy
 Destroy component.

Detailed Description

FactoryPython class.

RTComponent factory class for Python.


Member Function Documentation

def OpenRTM_aist.Factory.FactoryPython.__init__ (   self,
  profile,
  new_func,
  delete_func,
  policy = None 
)

Constructor.

Constructor. Create component factory class with three arguments: component profile, function pointer to object create function and object delete function.

Parameters:
profile Component profile
new_func Pointer to component create function
delete_func Pointer to component delete function
policy Pointer to component delete function
def OpenRTM_aist.Factory.FactoryPython.create (   self,
  mgr 
)

Create component.

Create component implemented in Python.

Parameters:
mgr 

Reimplemented from OpenRTM_aist.Factory.FactoryBase.

def OpenRTM_aist.Factory.FactoryPython.destroy (   self,
  comp 
)

Destroy component.

Destroy component instance

Parameters:
comp 

Reimplemented from OpenRTM_aist.Factory.FactoryBase.


The documentation for this class was generated from the following file:
Generated on Mon Mar 2 14:14:04 2015 for OpenRTM-aist-1.1.0-Python by  doxygen 1.6.3