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

TReadoutSection.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TReadoutSection.hh,v 1.2 2003/07/30 16:20:11 goiwai Exp $
00003 //  $Name: CLDAQ-1-07-01 $
00004 //
00005 //  $Log: TReadoutSection.hh,v $
00006 //  Revision 1.2  2003/07/30 16:20:11  goiwai
00007 //  ファイルにコミットログをつけることにしました.
00008 //
00009 // =====================================================================
00010 #ifndef __TREADOUTSECTION_HH
00011 #define __TREADOUTSECTION_HH
00012 
00013 #include "Tglobals.h"
00014 #include "TReadoutIdentification.hh"
00015 #include "TReadoutSegmentList.hh"
00016 
00017 class TDataSection;
00018 
00019 class TReadoutSection
00020   : public TReadoutIdentification, public TReadoutSegmentList
00021 {
00022 
00023   public:
00024     TReadoutSection( const Tstring& id = TunknownID );
00025     TReadoutSection( const TReadoutSection& right );
00026     ~TReadoutSection();
00027 
00028   public:
00029     const TReadoutSection& operator=( const TReadoutSection& right );
00030     Tbool operator==( const TReadoutSection& right ) const;
00031     Tbool operator!=( const TReadoutSection& right ) const;
00032 
00033   public:
00034     TDataSection Read();
00035 
00036 };
00037 
00038 #endif

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