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