DataFlowComponentBase.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: euc-jp -*-
3 
4 
16 
17 import OpenRTM_aist
18 
19 
20 
36  """
37  """
38 
39 
40 
52  def __init__(self, manager):
53  OpenRTM_aist.RTObject_impl.__init__(self, manager)
54 
55 
56 
68  def init(self):
69  pass
70 
71 
OpenRTM_aist.DataFlowComponentBase.DataFlowComponentBase.init
def init(self)
Initialization.
Definition: DataFlowComponentBase.py:68
OpenRTM_aist.DataFlowComponentBase.DataFlowComponentBase
DataFlowComponentBase class.
Definition: DataFlowComponentBase.py:35
OpenRTM_aist.DataFlowComponentBase.DataFlowComponentBase.__init__
def __init__(self, manager)
Constructor.
Definition: DataFlowComponentBase.py:52
OpenRTM_aist.RTObject.RTObject_impl
Definition: RTObject.py:68


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Mon Apr 21 2025 02:45:06