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

TCamacInterruptRegisterModule.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TCamacInterruptRegisterModule.hh,v 1.2 2003/07/30 16:19:10 goiwai Exp $
00003 //  $Name: CLDAQ-1-08-02 $
00004 //
00005 //  $Log: TCamacInterruptRegisterModule.hh,v $
00006 //  Revision 1.2  2003/07/30 16:19:10  goiwai
00007 //  ファイルにコミットログをつけることにしました.
00008 //
00009 // =====================================================================
00010 #ifndef __TCAMACINTERRUPTREGISTERMODULE_HH
00011 #define __TCAMACINTERRUPTREGISTERMODULE_HH
00012 
00013 #include "Tglobals.h"
00014 #include "TCamacModule.hh"
00015 
00016 class TDataSegment;
00017 class TDataElement;
00018 
00019 class TCamacInterruptRegisterModule
00020   : public TCamacModule
00021 {
00022 
00023   public:
00024     TCamacInterruptRegisterModule( TCamacCrateController* cc7x00, Tint slot, Tint nch = 1, Tdata_t datalen = t16bitModule );
00025     TCamacInterruptRegisterModule( const TCamacInterruptRegisterModule& right );
00026     ~TCamacInterruptRegisterModule();
00027 
00028   public:
00029     const TCamacInterruptRegisterModule& operator=( const TCamacInterruptRegisterModule& right );
00030     Tbool operator==( const TCamacInterruptRegisterModule& right ) const;
00031     Tbool operator!=( const TCamacInterruptRegisterModule& right ) const;
00032     Tvoid FillData( TDataElement& element, Tint channel );
00033 
00034   public:
00035     Tint Initialize();
00036     Tint ReadInterruptRegister();
00037     Tint ReadInterruptMaskRegister();
00038     Tint ClearInterruptMaskRegister();
00039     Tint WriteInterruptMaskRegister( Tint data );
00040     Tint ClearInterruptRegister();
00041     Tint DisableInterruptOutput();
00042     Tint EnableInterruptOutput();
00043 
00044 };
00045 
00046 #endif

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