Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Properties
b
c
f
h
n
t
u
v
+
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 Mon Feb 28 2022 23:01:06