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

TSetRunIdCommand.hh

解説を見る。
00001 // =====================================================================
00029 // =====================================================================
00030 #ifndef CLDAQ__TSETRUNIDCOMMAND_HH
00031 #define CLDAQ__TSETRUNIDCOMMAND_HH
00032 
00033 #include "Tglobals.h"
00034 #include "TCommand.hh"
00035 
00036 class TRunManager;
00037 
00038 
00058 class TSetRunIdCommand
00059   : public TCommand
00060 {
00061 
00062   public:
00063     TSetRunIdCommand( TRunManager* manager );
00064     ~TSetRunIdCommand();
00065 
00066   public:
00067     Tvoid Execute( const TstringList& arguments );
00068 
00069 #ifdef __CLDAQ_ROOT_DLL
00070     ClassDef(TSetRunIdCommand,0)
00071 #endif
00072 
00073 };
00074 
00075 #endif

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