メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

TSleepCommand.hh

解説を見る。
00001 // =====================================================================
00024 // =====================================================================
00025 #ifndef CLDAQ__TSLEEPCOMMAND_HH
00026 #define CLDAQ__TSLEEPCOMMAND_HH
00027 
00028 #include "Tglobals.h"
00029 #include "TCommand.hh"
00030 
00031 class TRunManager;
00032 
00033 
00053 class TSleepCommand
00054   : public TCommand
00055 {
00056 
00057   public:
00058     TSleepCommand( TRunManager* manager );
00059     ~TSleepCommand();
00060 
00061   public:
00062     Tvoid Execute( const TstringList& arguments );
00063 
00064 };
00065 
00066 #endif

CLDAQ - a Class Library for Data AcQuisition (Version 1.12.0)
Go IWAI <goiwai@users.sourceforge.jp>