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_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34