CdrRingBuffer.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: euc-jp -*-
3 
4 
17 
18 
19 import OpenRTM_aist
20 from OpenRTM_aist import *
21 
23  """
24  """
25  def __init__(self):
26  OpenRTM_aist.RingBuffer.__init__(self)
27  pass
28 
29 
31  OpenRTM_aist.CdrBufferFactory.instance().addFactory("ring_buffer",
33  OpenRTM_aist.Delete)


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