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

TListCommand.hh

解説を見る。
00001 // =====================================================================
00024 // =====================================================================
00025 #ifndef CLDAQ__TLISTCOMMAND_HH
00026 #define CLDAQ__TLISTCOMMAND_HH
00027 
00028 #include "Tglobals.h"
00029 #include "TCommand.hh"
00030 
00031 class TRunManager;
00032 
00033 
00053 class TListCommand
00054   : public TCommand
00055 {
00056 
00057   public:
00058     TListCommand( TRunManager* manager );
00059     ~TListCommand();
00060 
00061   public:
00062     Tvoid Execute( const TstringList& arguments );
00063 
00064   private:
00065     Tvoid normal() const;
00066     Tvoid detail( const Tstring& path ) const;
00067 
00068 };
00069 
00070 #endif

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