CdrRingBuffer.cpp
Go to the documentation of this file.
00001 // -*- C++ -*-
00020 #ifndef CdrRingBuffer_h
00021 #define CdrRingBuffer_h
00022 
00023 #include <rtm/CdrRingBuffer.h>
00024 
00025 namespace RTC
00026 {
00027 };     // namespace RTC
00028 
00029 extern "C"
00030 {
00031   void CdrRingBufferInit()
00032   {
00033     RTC::CdrBufferFactory::instance().
00034       addFactory("ring_buffer",
00035                  coil::Creator<RTC::CdrBufferBase, RTC::CdrRingBuffer>,
00036                  coil::Destructor<RTC::CdrBufferBase, RTC::CdrRingBuffer>);
00037   }
00038 };
00039 #endif // InPortConsumer_h


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Aug 27 2015 14:16:37