CdrRingBuffer.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 # -*- coding: euc-jp -*-
00003 
00004 ##
00005 # @file  CdrRingBuffer.py
00006 # @brief RingBuffer for CDR
00007 # @date  $Date: 2007-12-31 03:08:03 $
00008 # @author Noriaki Ando <n-ando@aist.go.jp> and Shinji Kurihara
00009 #
00010 # Copyright (C) 2006-2009
00011 #     Noriaki Ando
00012 #     Task-intelligence Research Group,
00013 #     Intelligent Systems Research Institute,
00014 #     National Institute of
00015 #         Advanced Industrial Science and Technology (AIST), Japan
00016 #     All rights reserved.
00017 
00018 
00019 import OpenRTM_aist
00020 from OpenRTM_aist import *
00021 
00022 class CdrRingBuffer(OpenRTM_aist.RingBuffer):
00023   """
00024   """
00025   def __init__(self):
00026     OpenRTM_aist.RingBuffer.__init__(self)
00027     pass
00028 
00029 
00030 def CdrRingBufferInit():
00031   OpenRTM_aist.CdrBufferFactory.instance().addFactory("ring_buffer",
00032                                                       OpenRTM_aist.CdrRingBuffer,
00033                                                       OpenRTM_aist.Delete)


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:28