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

クラス TSystemAction の解説
[System Category]

This is the TSystemAction class. [詳細]

#include <TSystemAction.hh>

すべてのメンバ一覧

Public メソッド

 TSystemAction ()
virtual ~TSystemAction ()
virtual Tvoid Boot (TRunManager *manager)
virtual Tvoid Shutdown (TRunManager *manager)
virtual Tvoid CatchStandardOut (Tstring message)
virtual Tvoid CatchStandardError (Tstring message)
virtual Tvoid CatchLog (Tstring message, Tint level)


解説

This is the TSystemAction class.

作者:
Go IWAI <goiwai@users.sourceforge.jp>
The TSystemAction class detail description. Write it down ASAP!

TODO:
None?

バグ:
None?

TSystemAction.hh68 行で定義されています。


コンストラクタとデストラクタの解説

TSystemAction::TSystemAction  ) 
 

TSystemAction.cc27 行で定義されています。

TSystemAction::~TSystemAction  )  [virtual]
 

TSystemAction.cc30 行で定義されています。


メソッドの解説

Tvoid TSystemAction::Boot TRunManager *  manager  )  [virtual]
 

TSystemAction.cc33 行で定義されています。

参照 Tvoid.

Tvoid TSystemAction::CatchLog Tstring  message,
Tint  level
[virtual]
 

TSystemAction.cc55 行で定義されています。

参照 Tvoid.

Tvoid TSystemAction::CatchStandardError Tstring  message  )  [virtual]
 

TSystemAction.cc49 行で定義されています。

参照 Tvoid.

Tvoid TSystemAction::CatchStandardOut Tstring  message  )  [virtual]
 

TSystemAction.cc43 行で定義されています。

参照 Tvoid.

Tvoid TSystemAction::Shutdown TRunManager *  manager  )  [virtual]
 

TSystemAction.cc38 行で定義されています。

参照 Tvoid.


このクラスの解説は次のファイルから生成されました:

CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp