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

TWaitCommand.hh

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


CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp