Task status.
More...
#include <TGo4TaskStatus.h>
|
| enum | { kGo4NoReset = BIT(20)
, kGo4CanDelete = BIT(21)
, kGo4BackStoreReset = BIT(22)
} |
| | Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc. More...
|
| enum | { kGo4NoReset = BIT(20)
, kGo4CanDelete = BIT(21)
, kGo4BackStoreReset = BIT(22)
} |
| | Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc. More...
|
| static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
| | Print text with variable expression into buffer.
|
| static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
| | Print text with variable expression into buffer.
|
| static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
| | Insert indentation blanks into text buffer.
|
| static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
| | Insert indentation blanks into text buffer.
|
| static void | PrintLine (const char *text,...) |
| | Print single line of debug output with appropriate indent.
|
| static void | PrintLine (const char *text,...) |
| | Print single line of debug output with appropriate indent.
|
Task status.
Definition at line 24 of file TGo4TaskStatus.h.
◆ TGo4TaskStatus() [1/4]
| TGo4TaskStatus::TGo4TaskStatus |
( |
| ) |
|
◆ ~TGo4TaskStatus() [1/2]
| TGo4TaskStatus::~TGo4TaskStatus |
( |
| ) |
|
|
virtual |
◆ TGo4TaskStatus() [2/4]
| TGo4TaskStatus::TGo4TaskStatus |
( |
const char * | name | ) |
|
|
protected |
◆ TGo4TaskStatus() [3/4]
| TGo4TaskStatus::TGo4TaskStatus |
( |
| ) |
|
◆ ~TGo4TaskStatus() [2/2]
| virtual TGo4TaskStatus::~TGo4TaskStatus |
( |
| ) |
|
|
virtual |
◆ TGo4TaskStatus() [4/4]
| TGo4TaskStatus::TGo4TaskStatus |
( |
const char * | name | ) |
|
|
protected |
◆ GetTaskHandlerStatus() [1/2]
◆ GetTaskHandlerStatus() [2/2]
◆ IsAppBlocking() [1/2]
| Bool_t TGo4TaskStatus::IsAppBlocking |
( |
| ) |
const |
|
inline |
◆ IsAppBlocking() [2/2]
| Bool_t TGo4TaskStatus::IsAppBlocking |
( |
| ) |
const |
|
inline |
◆ IsAutoCreate() [1/2]
| Bool_t TGo4TaskStatus::IsAutoCreate |
( |
| ) |
const |
|
inline |
◆ IsAutoCreate() [2/2]
| Bool_t TGo4TaskStatus::IsAutoCreate |
( |
| ) |
const |
|
inline |
◆ IsAutoStart() [1/2]
| Bool_t TGo4TaskStatus::IsAutoStart |
( |
| ) |
const |
|
inline |
◆ IsAutoStart() [2/2]
| Bool_t TGo4TaskStatus::IsAutoStart |
( |
| ) |
const |
|
inline |
◆ IsInitDone() [1/2]
| Bool_t TGo4TaskStatus::IsInitDone |
( |
| ) |
const |
|
inline |
◆ IsInitDone() [2/2]
| Bool_t TGo4TaskStatus::IsInitDone |
( |
| ) |
const |
|
inline |
◆ IsTerminating() [1/2]
| Bool_t TGo4TaskStatus::IsTerminating |
( |
| ) |
const |
|
inline |
◆ IsTerminating() [2/2]
| Bool_t TGo4TaskStatus::IsTerminating |
( |
| ) |
const |
|
inline |
◆ Print() [1/2]
| void TGo4TaskStatus::Print |
( |
Option_t * | opt = "" | ) |
const |
|
override |
◆ Print() [2/2]
| void TGo4TaskStatus::Print |
( |
Option_t * | opt = "" | ) |
const |
|
override |
method to printout status information on stdout;
◆ SetFlags() [1/2]
| void TGo4TaskStatus::SetFlags |
( |
Bool_t | blocking, |
|
|
Bool_t | autocreate, |
|
|
Bool_t | autostart, |
|
|
Bool_t | terminating, |
|
|
Bool_t | initdone ) |
|
protected |
◆ SetFlags() [2/2]
| void TGo4TaskStatus::SetFlags |
( |
Bool_t | blocking, |
|
|
Bool_t | autocreate, |
|
|
Bool_t | autostart, |
|
|
Bool_t | terminating, |
|
|
Bool_t | initdone ) |
|
protected |
◆ SetTaskHandlerStatus() [1/2]
◆ SetTaskHandlerStatus() [2/2]
◆ TGo4Slave
◆ TGo4Task
◆ fbAppBlocking
| Bool_t TGo4TaskStatus::fbAppBlocking {kFALSE} |
|
protected |
◆ fbAutoCreate
| Bool_t TGo4TaskStatus::fbAutoCreate {kFALSE} |
|
protected |
◆ fbAutoStart
| Bool_t TGo4TaskStatus::fbAutoStart {kFALSE} |
|
protected |
◆ fbInitDone
| Bool_t TGo4TaskStatus::fbInitDone {kFALSE} |
|
protected |
◆ fbTerminating
| Bool_t TGo4TaskStatus::fbTerminating {kFALSE} |
|
protected |
◆ fxTaskHandlerStatus
The documentation for this class was generated from the following files: