メインページ | ネームスペース一覧 | クラス階層 | アルファベット順一覧 | 構成 | ファイル一覧 | ネームスペースメンバ | 構成メンバ | ファイルメンバ

debug_activity.hh

説明を見る。
00001 #ifndef DEBUG_HH_
00002 # define DEBUG_HH_
00003 
00004 # include "activity.hh"
00005 
00006 namespace tasks
00007 {
00008   class Debug : public Activity
00009   {
00010   public:
00011     Debug();
00012     ~Debug();
00013     void start();
00014     void process();
00015     void terminate();
00016 
00017     const std::string &get_name() const;
00018     static const char *get_static_name();
00019 
00020   protected:
00021     bool _test;
00022 
00023     void require_task();
00024   };
00025 }
00026 
00027 #endif

Cronous Emulatorに対してWed Aug 17 06:01:21 2005に生成されました。  doxygen 1.4.2-20050421