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 
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 
36  manager.registerECFactory("OpenHRPExecutionContext",
38  OpenRTM_aist.ECDelete)
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext.__init__
def __init__(self)
Definition: OpenHRPExecutionContext.py:22
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContextInit
def OpenHRPExecutionContextInit(manager)
Definition: OpenHRPExecutionContext.py:35
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext.tick
def tick(self)
Destructor.
Definition: OpenHRPExecutionContext.py:27
OpenRTM_aist.PeriodicExecutionContext.PeriodicExecutionContext
PeriodicExecutionContext class.
Definition: PeriodicExecutionContext.py:43
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext.svc
def svc(self)
Create internal activity thread.
Definition: OpenHRPExecutionContext.py:31
OpenRTM_aist.PeriodicExecutionContext.PeriodicExecutionContext._comps
_comps
Definition: PeriodicExecutionContext.py:379
OpenRTM_aist.OpenHRPExecutionContext.OpenHRPExecutionContext
Definition: OpenHRPExecutionContext.py:20


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Mon Apr 21 2025 02:45:06