GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4TaskStatus.h>
Public Member Functions | |
TGo4TaskStatus () | |
virtual | ~TGo4TaskStatus () |
Bool_t | IsInitDone () const |
Bool_t | IsTerminating () const |
Bool_t | IsAutoStart () const |
Bool_t | IsAutoCreate () const |
Bool_t | IsAppBlocking () const |
TGo4TaskHandlerStatus * | GetTaskHandlerStatus () const |
void | Print (Option_t *opt="") const override |
![]() | |
TGo4Status () | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
virtual | ~TGo4Status () |
virtual Int_t | PrintStatus (Text_t *buffer=nullptr, Int_t buflen=0) |
void | Print (Option_t *opt="") const override |
Protected Member Functions | |
void | SetFlags (Bool_t blocking, Bool_t autocreate, Bool_t autostart, Bool_t terminating, Bool_t initdone) |
void | SetTaskHandlerStatus (TGo4TaskHandlerStatus *thstate) |
TGo4TaskStatus (const char *name) | |
Protected Attributes | |
Bool_t | fbAppBlocking {kFALSE} |
Bool_t | fbAutoCreate {kFALSE} |
Bool_t | fbAutoStart {kFALSE} |
Bool_t | fbTerminating {kFALSE} |
TGo4TaskHandlerStatus * | fxTaskHandlerStatus {nullptr} |
Bool_t | fbInitDone {kFALSE} |
Friends | |
class | TGo4Task |
class | TGo4Slave |
Additional Inherited Members | |
![]() | |
enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } |
![]() | |
static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
static void | PrintLine (const char *text,...) |
Definition at line 21 of file TGo4TaskStatus.h.
TGo4TaskStatus::TGo4TaskStatus | ( | ) |
Definition at line 18 of file TGo4TaskStatus.cxx.
|
virtual |
Definition at line 28 of file TGo4TaskStatus.cxx.
References fxTaskHandlerStatus.
|
protected |
Definition at line 23 of file TGo4TaskStatus.cxx.
|
inline |
Definition at line 41 of file TGo4TaskStatus.h.
References fxTaskHandlerStatus, Print(), SetFlags(), and SetTaskHandlerStatus().
|
inline |
Definition at line 39 of file TGo4TaskStatus.h.
References fbAppBlocking.
|
inline |
Definition at line 37 of file TGo4TaskStatus.h.
References fbAutoCreate.
|
inline |
Definition at line 35 of file TGo4TaskStatus.h.
References fbAutoStart.
|
inline |
Definition at line 31 of file TGo4TaskStatus.h.
References fbInitDone.
|
inline |
Definition at line 33 of file TGo4TaskStatus.h.
References fbTerminating.
|
override |
method to printout status information on stdout;
Definition at line 52 of file TGo4TaskStatus.cxx.
References fbAppBlocking, fbAutoCreate, fbAutoStart, fbInitDone, fbTerminating, fxTaskHandlerStatus, TGo4TaskHandlerStatus::Print(), and TGo4Status::PrintLine().
Referenced by GetTaskHandlerStatus(), and TGo4ClientStatus::Print().
|
protected |
Definition at line 34 of file TGo4TaskStatus.cxx.
References fbAppBlocking, fbAutoCreate, fbAutoStart, fbInitDone, and fbTerminating.
Referenced by GetTaskHandlerStatus(), and TGo4Task::UpdateStatus().
|
protected |
Definition at line 47 of file TGo4TaskStatus.cxx.
References fxTaskHandlerStatus.
Referenced by GetTaskHandlerStatus(), and TGo4Task::UpdateStatus().
|
friend |
Definition at line 23 of file TGo4TaskStatus.h.
|
friend |
Definition at line 22 of file TGo4TaskStatus.h.
|
protected |
Definition at line 52 of file TGo4TaskStatus.h.
Referenced by IsAppBlocking(), Print(), and SetFlags().
|
protected |
Definition at line 53 of file TGo4TaskStatus.h.
Referenced by IsAutoCreate(), Print(), and SetFlags().
|
protected |
Definition at line 54 of file TGo4TaskStatus.h.
Referenced by IsAutoStart(), Print(), and SetFlags().
|
protected |
Definition at line 60 of file TGo4TaskStatus.h.
Referenced by IsInitDone(), Print(), and SetFlags().
|
protected |
Definition at line 55 of file TGo4TaskStatus.h.
Referenced by IsTerminating(), Print(), and SetFlags().
|
protected |
Definition at line 59 of file TGo4TaskStatus.h.
Referenced by GetTaskHandlerStatus(), Print(), SetTaskHandlerStatus(), and ~TGo4TaskStatus().