OpenRTM  1.0.0
CdrBufferBase.h
説明を見る。
00001 // -*- C++ -*-
00020 #ifndef RTC_CDRBUFFERBASE_H
00021 #define RTC_CDRBUFFERBASE_H
00022 
00023 #include <coil/Factory.h>
00024 
00025 #include <rtm/RTC.h>
00026 #include <rtm/BufferBase.h>
00027 
00028 namespace RTC
00029 {
00030   typedef BufferBase<cdrMemoryStream> CdrBufferBase;
00031   typedef ::coil::GlobalFactory<CdrBufferBase> CdrBufferFactory;
00032 };     // namespace RTC
00033 #endif // RTC_CDRBUFFERBASE_H