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

TSystemAction.hh

解説を見る。
00001 // =====================================================================
00021 // =====================================================================
00022 #ifndef __TSYSTEMACTION_HH
00023 #define __TSYSTEMACTION_HH
00024 
00025 #include "Tglobals.h"
00026 
00027 class TRunManager;
00028 
00029 
00049 class TSystemAction
00050 {
00051 
00052   public:
00053     TSystemAction();
00054     virtual ~TSystemAction();
00055 
00056   public:
00057     virtual Tvoid BeginOfSystemAction( TRunManager* manager );
00058     virtual Tvoid EndOfSystemAction( TRunManager* manager );
00059 
00060 };
00061 
00062 #endif

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