Main Page
Namespaces
Classes
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 Thu Jun 6 2019 19:11:34