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

TSetRunIdCommand.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TSetRunIdCommand.hh,v 1.1 2003/07/30 18:19:17 goiwai Exp $
00003 //  $Name: CLDAQ-1-08-02 $
00004 //
00005 //  $Log: TSetRunIdCommand.hh,v $
00006 //  Revision 1.1  2003/07/30 18:19:17  goiwai
00007 //  TSetRunIdCommandクラスを追加しました.
00008 //  これにより,/run/setidコマンドが追加されました.
00009 //
00010 // =====================================================================
00011 #ifndef __TSETRUNIDCOMMAND_HH
00012 #define __TSETRUNIDCOMMAND_HH
00013 
00014 #include "Tglobals.h"
00015 #include "TCommand.hh"
00016 
00017 class TRunManager;
00018 
00019 class TSetRunIdCommand
00020   : public TCommand
00021 {
00022 
00023   public:
00024     TSetRunIdCommand( TRunManager* manager );
00025     ~TSetRunIdCommand();
00026 
00027   public:
00028     Tvoid Execute( const TstringList& arguments );
00029 
00030 };
00031 
00032 #endif

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