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

TSystemShutdownCommand.hh

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


CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp