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

TListCommand.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TListCommand.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $
00003 //  $Name: CLDAQ-1-06-00 $
00004 // =====================================================================
00005 #ifndef __TLISTCOMMAND_HH
00006 #define __TLISTCOMMAND_HH
00007 
00008 #include "Tglobals.h"
00009 #include "TCommand.hh"
00010 
00011 class TRunManager;
00012 
00013 class TListCommand
00014   : public TCommand
00015 {
00016 
00017   public:
00018     TListCommand( TRunManager* manager );
00019     ~TListCommand();
00020 
00021   public:
00022     Tvoid Execute( const TstringList& arguments );
00023 
00024   private:
00025     Tvoid normal() const;
00026     Tvoid detail( const Tstring& path ) const;
00027 
00028 };
00029 
00030 #endif

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