Main Page
Namespaces
Classes
Files
File List
OpenRTM_aist
OpenHRPExecutionContext.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: euc-jp -*-
3
4
16
17
18
import
OpenRTM_aist
19
20
class
OpenHRPExecutionContext
(
OpenRTM_aist.PeriodicExecutionContext
):
21
22
def
__init__
(self):
23
OpenRTM_aist.PeriodicExecutionContext.__init__(self)
24
return
25
26
27
def
tick
(self):
28
for
comp
in
self.
_comps
:
29
comp._sm.worker()
30
31
def
svc
(self):
32
return
0
33
34
35
def
OpenHRPExecutionContextInit
(manager):
36
manager.registerECFactory(
"OpenHRPExecutionContext"
,
37
OpenRTM_aist.OpenHRPExecutionContext
,
38
OpenRTM_aist.ECDelete)
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext.tick
def tick(self)
Definition:
OpenHRPExecutionContext.py:27
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext
Definition:
OpenHRPExecutionContext.py:20
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext.__init__
def __init__(self)
Definition:
OpenHRPExecutionContext.py:22
OpenRTM_aist.PeriodicExecutionContext.PeriodicExecutionContext
PeriodicExecutionContext class.
Definition:
PeriodicExecutionContext.py:43
OpenRTM_aist.PeriodicExecutionContext.PeriodicExecutionContext._comps
_comps
Definition:
PeriodicExecutionContext.py:379
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext.svc
def svc(self)
Definition:
OpenHRPExecutionContext.py:31
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContextInit
def OpenHRPExecutionContextInit(manager)
Definition:
OpenHRPExecutionContext.py:35
openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34