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

TReadoutIndex.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TReadoutIndex.hh,v 1.2 2003/07/30 16:20:11 goiwai Exp $
00003 //  $Name: CLDAQ-1-07-00 $
00004 //
00005 //  $Log: TReadoutIndex.hh,v $
00006 //  Revision 1.2  2003/07/30 16:20:11  goiwai
00007 //  ファイルにコミットログをつけることにしました.
00008 //
00009 // =====================================================================
00010 #ifndef __TREADOUTINDEX_HH
00011 #define __TREADOUTINDEX_HH
00012 
00013 #include "Tglobals.h"
00014 #include "TReadoutSpecified.hh"
00015 
00016 class TReadoutList;
00017 
00018 class TReadoutIndex
00019   : public Tvector<TReadoutSpecified>
00020 {
00021 
00022   public:
00023     TReadoutIndex();
00024     ~TReadoutIndex();
00025 
00026   public:
00027     TReadoutList* FindReadoutList( const Tstring& id ) const;
00028     Tvoid AddReadoutList( const Tstring& id, TReadoutList* readoutlist );
00029     Tvoid RemoveReadoutList( Tint index );
00030     Tint GetSize() const;
00031     Tvoid Clear();
00032 
00033 };
00034 
00035 #endif

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