Main Page
Namespaces
Classes
Files
File List
OpenRTM_aist
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
35
class
DataFlowComponentBase
(
OpenRTM_aist.RTObject_impl
):
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, manager)
Constructor.
Definition:
DataFlowComponentBase.py:52
OpenRTM_aist.RTObject.RTObject_impl
Definition:
RTObject.py:68
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_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34