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

TSoftwareModule.hh

解説を見る。
00001 // =====================================================================
00028 // =====================================================================
00029 #ifndef CLDAQ__TSOFTWAREMODULE_HH
00030 #define CLDAQ__TSOFTWAREMODULE_HH
00031 
00032 #include "Tglobals.h"
00033 #include "TModule.hh"
00034 
00035 class TDataSegment;
00036 class TDataElement;
00037 
00038 
00058 class TSoftwareModule
00059   : public TModule
00060 {
00061 
00062   public:
00063     TSoftwareModule( Tint nchannel );
00064     TSoftwareModule( const TSoftwareModule& right );
00065 
00066   protected:
00067     virtual ~TSoftwareModule();
00068 
00069   public:
00070     virtual const TSoftwareModule& operator=( const TSoftwareModule& right );
00071     virtual Tbool operator==( const TSoftwareModule& right ) const;
00072     virtual Tbool operator!=( const TSoftwareModule& right ) const;
00073 
00074 #ifdef __CLDAQ_ROOT_DLL
00075     ClassDef(TSoftwareModule,0)
00076 #endif
00077 
00078 };
00079 
00080 #endif

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