DataFlowComponentBase.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: euc-jp -*-
3 
4 
16 
17 import OpenRTM_aist
18 
19 
20 
36  """
37  """
38 
39 
40 
52  def __init__(self, manager):
53  OpenRTM_aist.RTObject_impl.__init__(self, manager)
54 
55 
56 
68  def init(self):
69  pass
70 
71 


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34