Public Member Functions | Private Attributes
OpenRTM_aist.Factory.FactoryBase Class Reference

FactoryBase base class. More...

Inheritance diagram for OpenRTM_aist.Factory.FactoryBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
 Constructor.
def create
 Create component.
def destroy
 Destroy component.
def number
 Get number of component instances.
def profile

Private Attributes

 _Number
 self._Number Number of current component instances.
 _Profile
 self._Profile Component profile

Detailed Description

FactoryBase base class.

RTComponent factory base class.

Since:
0.2.0

Definition at line 61 of file Factory.py.


Constructor & Destructor Documentation

def OpenRTM_aist.Factory.FactoryBase.__init__ (   self,
  profile 
)

Constructor.

Constructor.

Parameters:
profilecomponent profile

Definition at line 84 of file Factory.py.


Member Function Documentation

def OpenRTM_aist.Factory.FactoryBase.create (   self,
  mgr 
)

Create component.

Parameters:
mgrpointer to RtcManager

Reimplemented in OpenRTM_aist.Factory.FactoryPython.

Definition at line 113 of file Factory.py.

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

Destroy component.

Parameters:
comppointer to RtcBase

Reimplemented in OpenRTM_aist.Factory.FactoryPython.

Definition at line 135 of file Factory.py.

Get number of component instances.

Get number of current component instances.

Definition at line 179 of file Factory.py.

Get component profile.

Definition at line 157 of file Factory.py.


Member Data Documentation

self._Number Number of current component instances.

Definition at line 86 of file Factory.py.

self._Profile Component profile

Definition at line 85 of file Factory.py.


The documentation for this class was generated from the following file:


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:29