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

TExecuteCommand.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TExecuteCommand.hh,v 1.2 2003/07/30 16:17:31 goiwai Exp $
00003 //  $Name: CLDAQ-1-07-00 $
00004 //
00005 //  $Log: TExecuteCommand.hh,v $
00006 //  Revision 1.2  2003/07/30 16:17:31  goiwai
00007 //  ファイルにコミットログをつけることにしました.
00008 //
00009 // =====================================================================
00010 #ifndef __TEXECUTECOMMAND_HH
00011 #define __TEXECUTECOMMAND_HH
00012 
00013 #include "Tglobals.h"
00014 #include "TCommand.hh"
00015 #include "TMacroFileParser.hh"
00016 
00017 class TMacroFileParser;
00018 class TUserInterface;
00019 class TRunManager;
00020 
00021 class TExecuteCommand
00022   : public TCommand
00023 {
00024 
00025   protected:
00026     TMacroFileParser theMacroFileParser;
00027 
00028   public:
00029     TExecuteCommand( TRunManager* manager );
00030     virtual ~TExecuteCommand();
00031 
00032   public:
00033     virtual Tvoid Execute( const TstringList& arguments );
00034 
00035   protected:
00036     virtual Tvoid doExecute( TUserInterface* ui, const Tstring& filename, Tint nloop = 1 );
00037 
00038 };
00039 
00040 #endif

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