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

TAddRunInformationModuleCommand.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TAddRunInformationModuleCommand.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $
00003 //  $Name: CLDAQ-1-06-00 $
00004 // =====================================================================
00005 #ifndef __TADDRUNINFORMATIONMODULECOMMAND_HH
00006 #define __TADDRUNINFORMATIONMODULECOMMAND_HH
00007 
00008 #include "Tglobals.h"
00009 #include "TCommand.hh"
00010 #include "TRunInformationModuleCommand.hh"
00011 
00012 class TRunManager;
00013 class TSoftwareRunInformationModule;
00014 
00015 class TAddRunInformationModuleCommand
00016   : public TCommand, public TRunInformationModuleCommand
00017 {
00018 
00019   public:
00020     TAddRunInformationModuleCommand( TRunManager* manager, TSoftwareRunInformationModule* module );
00021     ~TAddRunInformationModuleCommand();
00022 
00023   public:
00024     Tvoid Execute( const TstringList& arguments );
00025 
00026 };
00027 
00028 #endif

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