#include <TModule.hh>
TModuleに対する継承グラフ
Public 型 | |
enum | { tStatusSuccess = 0 } |
Public メソッド | |
TModule (Tint nchannel=0) | |
TModule (const TModule &right) | |
virtual | ~TModule () |
virtual Tint | Clear ()=0 |
virtual Tint | Update ()=0 |
virtual Tint | Initialize ()=0 |
virtual Tvoid | FillData (TDataElement &element, Tint channel)=0 |
virtual const TModule & | operator= (const TModule &right) |
virtual Tbool | operator== (const TModule &right) const |
virtual Tbool | operator!= (const TModule &right) const |
Tint | GetNumberOfChannels () const |
Tint | GetStatus () const |
Tvoid | SetNumberOfChannels (Tint nchannel) |
Tvoid | SetStatus (Tint status) |
Tbool | IsSuccess () const |
Protected 変数 | |
Tint | theNumberOfChannels |
Tint | theStatus |
TModule.hh の 57 行で定義されています。
|
TModule.hh の 61 行で定義されています。 |
|
TModule.cc の 18 行で定義されています。 |
|
TModule.cc の 23 行で定義されています。 |
|
TModule.cc の 28 行で定義されています。 |
|
|
|
TModule.hh の 96 行で定義されています。 参照 theNumberOfChannels, と Tint. |
|
TModule.hh の 107 行で定義されています。 |
|
|
TModule.hh の 118 行で定義されています。 |
|
TModule.cc の 43 行で定義されています。 参照 Tbool, theNumberOfChannels, と theStatus. |
|
TModule.cc の 31 行で定義されています。 参照 theNumberOfChannels, と theStatus. |
|
TModule.cc の 38 行で定義されています。 参照 Tbool, theNumberOfChannels, と theStatus. |
|
TModule.hh の 101 行で定義されています。 参照 theNumberOfChannels, と Tvoid. |
|
TModule.hh の 112 行で定義されています。 呼出 TCamacModule::ReadInterrupt(), と TCamacModule::WaitInterrupt(). |
|
|
|