メインページ | ネームスペース一覧 | クラス階層 | 構成 | Directories | ファイル一覧 | ネームスペースメンバ | 構成メンバ | ファイルメンバ

PublisherFlush.h

説明を見る。
00001 // -*- C++ -*-
00020 /*
00021  * $Log: PublisherFlush.h,v $
00022  * Revision 1.2  2007/01/06 18:00:44  n-ando
00023  * Some trivial fixes.
00024  *
00025  * Revision 1.1  2006/11/27 09:44:47  n-ando
00026  * The first commitment.
00027  *
00028  */
00029 
00030 #ifndef PublisherFlush_h
00031 #define PublisherFlush_h
00032 
00033 #include <rtm/PublisherBase.h>
00034  
00035 namespace RTC
00036 {
00037   class InPortConsumer;
00038   class Properties;
00048   class PublisherFlush
00049     : public PublisherBase
00050   {
00051   public:
00059     PublisherFlush(InPortConsumer* consumer,
00060                    const Properties& property);
00061     
00070     virtual ~PublisherFlush();
00071 
00079     virtual void update();
00080   protected:
00081   
00082   private:
00083     InPortConsumer* m_consumer;
00084     
00085 
00086   };
00087  
00088 };     // namespace RTC
00089 #endif // PublisherFlush_h
00090 

OpenRTMに対してFri Oct 5 05:14:57 2007に生成されました。  doxygen 1.4.1