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

TSystemAction.hh

解説を見る。
00001 // =====================================================================
00024 // =====================================================================
00025 #ifndef CLDAQ__TSYSTEMACTION_HH
00026 #define CLDAQ__TSYSTEMACTION_HH
00027 
00028 #include "Tglobals.h"
00029 
00030 class TRunManager;
00031 
00032 
00052 class TSystemAction
00053 {
00054 
00055   public:
00056     TSystemAction();
00057     virtual ~TSystemAction();
00058 
00059   public:
00060     virtual Tvoid BeginOfSystemAction( TRunManager* manager );
00061     virtual Tvoid EndOfSystemAction( TRunManager* manager );
00062 
00063 };
00064 
00065 #endif

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