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

TCamacSwitchRegisterModule.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TCamacSwitchRegisterModule.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $
00003 //  $Name: CLDAQ-1-06-02 $
00004 // =====================================================================
00005 #ifndef __TCAMACSWITCHREGISTERMODULE_HH
00006 #define __TCAMACSWITCHREGISTERMODULE_HH
00007 
00008 #include "Tglobals.h"
00009 #include "TCamacModule.hh"
00010 
00011 class TDataSegment;
00012 class TDataElement;
00013 
00014 class TCamacSwitchRegisterModule
00015   : public TCamacModule
00016 {
00017 
00018   public:
00019     TCamacSwitchRegisterModule( TCamacCrateController* cc7x00, Tint slot, Tint nch = 2, Tdata_t datalen = t24bitModule );
00020     TCamacSwitchRegisterModule( const TCamacSwitchRegisterModule& right );
00021     ~TCamacSwitchRegisterModule();
00022 
00023   public:
00024     const TCamacSwitchRegisterModule& operator=( const TCamacSwitchRegisterModule& right );
00025     Tbool operator==( const TCamacSwitchRegisterModule& right ) const;
00026     Tbool operator!=( const TCamacSwitchRegisterModule& right ) const;
00027     Tvoid FillData( TDataElement& element, Tint channel );
00028 
00029 };
00030 
00031 #endif

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