#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|