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
ExecutionContextBase.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: euc-jp -*-
3
4
16
17
18
import
OpenRTM__POA
19
import
OpenRTM_aist
20
21
32
class
ExecutionContextBase
(OpenRTM__POA.ExtTrigExecutionContextService):
33
"""
34
"""
35
36
def
__del__
(self):
37
return
38
39
51
def
tick
(self):
52
pass
53
54
55
def
bindComponent
(self, rtc):
56
pass
57
58
59
def
getObjeRef
(self):
60
pass
OpenRTM_aist.ExecutionContextBase.ExecutionContextBase
Definition:
ExecutionContextBase.py:32
OpenRTM_aist.ExecutionContextBase.ExecutionContextBase.tick
def tick(self)
Destructor.
Definition:
ExecutionContextBase.py:51
OpenRTM_aist.ExecutionContextBase.ExecutionContextBase.bindComponent
def bindComponent(self, rtc)
Definition:
ExecutionContextBase.py:55
OpenRTM_aist.ExecutionContextBase.ExecutionContextBase.getObjeRef
def getObjeRef(self)
Definition:
ExecutionContextBase.py:59
OpenRTM_aist.ExecutionContextBase.ExecutionContextBase.__del__
def __del__(self)
Definition:
ExecutionContextBase.py:36
openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Mon Feb 28 2022 23:01:06