#include <TEpicsParam.h>
Public Member Functions | |
| TEpicsParam (const char *name=0) | |
| void | ResetDisplayVariables () |
| Int_t | AddDouble (const char *name, Bool_t showwarn=kTRUE) |
| Int_t | AddLong (const char *name, Bool_t showwarn=kTRUE) |
| const char * | DoubleName (Int_t n) |
| const char * | LongName (Int_t n) |
Data Fields | |
| Bool_t | fVerbose |
| Bool_t | fAutoFill |
| TString | fDisplayDouble [CBM_EPIX_NUMHIS_DOUBLE] |
| TString | fDisplayLong [CBM_EPIX_NUMHIS_LONG] |
Definition at line 15 of file TEpicsParam.h.
| TEpicsParam::TEpicsParam | ( | const char * | name = 0 |
) |
Definition at line 5 of file TEpicsParam.cxx.
References fAutoFill, fVerbose, and ResetDisplayVariables().
| Int_t TEpicsParam::AddDouble | ( | const char * | name, | |
| Bool_t | showwarn = kTRUE | |||
| ) |
Definition at line 25 of file TEpicsParam.cxx.
References CBM_EPIX_NOTCONFIGURED, and fDisplayDouble.
| Int_t TEpicsParam::AddLong | ( | const char * | name, | |
| Bool_t | showwarn = kTRUE | |||
| ) |
Definition at line 59 of file TEpicsParam.cxx.
References CBM_EPIX_NOTCONFIGURED, and fDisplayLong.
| const char * TEpicsParam::DoubleName | ( | Int_t | n | ) |
Definition at line 49 of file TEpicsParam.cxx.
References CBM_EPIX_NOTCONFIGURED, CBM_EPIX_NUMHIS_DOUBLE, and fDisplayDouble.
Referenced by TEpicsProc::FinalizeEvent(), and TEpicsProc::TEpicsProc().
| const char * TEpicsParam::LongName | ( | Int_t | n | ) |
Definition at line 83 of file TEpicsParam.cxx.
References CBM_EPIX_NOTCONFIGURED, CBM_EPIX_NUMHIS_LONG, and fDisplayLong.
Referenced by TEpicsProc::FinalizeEvent(), and TEpicsProc::TEpicsProc().
| void TEpicsParam::ResetDisplayVariables | ( | ) |
Definition at line 16 of file TEpicsParam.cxx.
References fDisplayDouble, and fDisplayLong.
Referenced by TEpicsParam().
| Bool_t TEpicsParam::fAutoFill |
Definition at line 28 of file TEpicsParam.h.
Referenced by TEpicsProc::FinalizeEvent(), and TEpicsParam().
| TString TEpicsParam::fDisplayDouble[CBM_EPIX_NUMHIS_DOUBLE] |
Definition at line 30 of file TEpicsParam.h.
Referenced by AddDouble(), DoubleName(), and ResetDisplayVariables().
| TString TEpicsParam::fDisplayLong[CBM_EPIX_NUMHIS_LONG] |
Definition at line 31 of file TEpicsParam.h.
Referenced by AddLong(), LongName(), and ResetDisplayVariables().
| Bool_t TEpicsParam::fVerbose |
Definition at line 27 of file TEpicsParam.h.
Referenced by TEpicsProc::FinalizeEvent(), TEpicsProc::ProcessSubevent(), and TEpicsParam().
1.7.1