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

TCamacCoincidenceRegisterModule.hh

解説を見る。
00001 // =====================================================================
00024 // =====================================================================
00025 #ifndef CLDAQ__TCAMACCOINCIDENCEREGISTER_HH
00026 #define CLDAQ__TCAMACCOINCIDENCEREGISTER_HH
00027 
00028 #include "Tglobals.h"
00029 #include "TCamacModule.hh"
00030 
00031 class TDataSegment;
00032 class TDataElement;
00033 
00034 
00054 class TCamacCoincidenceRegisterModule
00055   : public TCamacModule
00056 {
00057 
00058   public:
00059     TCamacCoincidenceRegisterModule( TCamacCrateController* cc7x00, Tint slot, Tint nch = 1, Tdata_t datalen = t16bitModule );
00060     TCamacCoincidenceRegisterModule( const TCamacCoincidenceRegisterModule& right );
00061     ~TCamacCoincidenceRegisterModule();
00062 
00063   public:
00064     const TCamacCoincidenceRegisterModule& operator=( const TCamacCoincidenceRegisterModule& right );
00065     Tbool operator==( const TCamacCoincidenceRegisterModule& right ) const;
00066     Tbool operator!=( const TCamacCoincidenceRegisterModule& right ) const;
00067     Tvoid FillData( TDataElement& element, Tint channel );
00068 
00069 };
00070 
00071 #endif

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