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

TWaitCommand.hh

解説を見る。
00001 // =====================================================================
00016 // =====================================================================
00017 #ifndef __TWAITCOMMAND_HH
00018 #define __TWAITCOMMAND_HH
00019 
00020 #include "Tglobals.h"
00021 #include "TCommand.hh"
00022 
00023 class TRunManager;
00024 
00025 
00045 class TWaitCommand
00046   : public TCommand
00047 {
00048 
00049   public:
00050     TWaitCommand( TRunManager* manager );
00051     ~TWaitCommand();
00052 
00053   public:
00054     Tvoid Execute( const TstringList& arguments );
00055 
00056 };
00057 
00058 #endif

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