CdrBufferBase.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: euc-jp -*-
3 
4 
18 
19 import OpenRTM_aist
20 from OpenRTM_aist import *
21 
23  def __init__(self):
24  pass
25 
26 
27 cdrbufferfactory = None
28 
29 
31  def __init__(self):
32  OpenRTM_aist.Factory.__init__(self)
33  pass
34 
35 
36  def instance():
37  global cdrbufferfactory
38 
39  if cdrbufferfactory is None:
40  cdrbufferfactory = CdrBufferFactory()
41 
42  return cdrbufferfactory
43 
44  instance = staticmethod(instance)
BufferBase abstract class.
Definition: BufferBase.py:51


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