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

TAddRunInformationModuleCommand.hh

解説を見る。
00001 // =====================================================================
00024 // =====================================================================
00025 #ifndef CLDAQ__TADDRUNINFORMATIONMODULECOMMAND_HH
00026 #define CLDAQ__TADDRUNINFORMATIONMODULECOMMAND_HH
00027 
00028 #include "Tglobals.h"
00029 #include "TCommand.hh"
00030 #include "TRunInformationModuleCommand.hh"
00031 
00032 class TRunManager;
00033 class TSoftwareRunInformationModule;
00034 
00035 
00055 class TAddRunInformationModuleCommand
00056   : public TCommand, public TRunInformationModuleCommand
00057 {
00058 
00059   public:
00060     TAddRunInformationModuleCommand( TRunManager* manager, TSoftwareRunInformationModule* module );
00061     ~TAddRunInformationModuleCommand();
00062 
00063   public:
00064     Tvoid Execute( const TstringList& arguments );
00065 
00066 };
00067 
00068 #endif

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