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

TClearRunInformationModuleCommand.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TClearRunInformationModuleCommand.hh,v 1.2 2003/07/30 16:17:30 goiwai Exp $
00003 //  $Name: CLDAQ-1-07-01 $
00004 //
00005 //  $Log: TClearRunInformationModuleCommand.hh,v $
00006 //  Revision 1.2  2003/07/30 16:17:30  goiwai
00007 //  ファイルにコミットログをつけることにしました.
00008 //
00009 // =====================================================================
00010 #ifndef __TCLEARRUNINFORMATIONMODULECOMMAND_HH
00011 #define __TCLEARRUNINFORMATIONMODULECOMMAND_HH
00012 
00013 #include "Tglobals.h"
00014 #include "TCommand.hh"
00015 #include "TRunInformationModuleCommand.hh"
00016 
00017 class TRunManager;
00018 class TSoftwareRunInformationModule;
00019 
00020 class TClearRunInformationModuleCommand
00021   : public TCommand, public TRunInformationModuleCommand
00022 {
00023 
00024   public:
00025     TClearRunInformationModuleCommand( TRunManager* manager, TSoftwareRunInformationModule* module );
00026     ~TClearRunInformationModuleCommand();
00027 
00028   public:
00029     Tvoid Execute( const TstringList& arguments );
00030 
00031 };
00032 
00033 #endif

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