GSI Object Oriented Online Offline (Go4) GO4-6.4.5
Loading...
Searching...
No Matches
TGo4ClientStatus Class Reference

Client status. More...

#include <TGo4ClientStatus.h>

Inheritance diagram for TGo4ClientStatus:

Public Member Functions

 TGo4ClientStatus ()
 TGo4ClientStatus ()
virtual ~TGo4ClientStatus ()
virtual ~TGo4ClientStatus ()
void Print (Option_t *opt="") const override
 basic method to printout status information on stdout; to be overridden by specific subclass
void Print (Option_t *opt="") const override
 basic method to printout status information on stdout; to be overridden by specific subclass
Public Member Functions inherited from TGo4TaskStatus
 TGo4TaskStatus ()
 TGo4TaskStatus ()
virtual ~TGo4TaskStatus ()
virtual ~TGo4TaskStatus ()
TGo4TaskHandlerStatusGetTaskHandlerStatus () const
TGo4TaskHandlerStatusGetTaskHandlerStatus () const
Bool_t IsAppBlocking () const
Bool_t IsAppBlocking () const
Bool_t IsAutoCreate () const
Bool_t IsAutoCreate () const
Bool_t IsAutoStart () const
Bool_t IsAutoStart () const
Bool_t IsInitDone () const
Bool_t IsInitDone () const
Bool_t IsTerminating () const
Bool_t IsTerminating () const
void Print (Option_t *opt="") const override
 method to printout status information on stdout;
void Print (Option_t *opt="") const override
 method to printout status information on stdout;
Public Member Functions inherited from TGo4Status
 TGo4Status ()
 TGo4Status ()
 TGo4Status (const char *name)
 TGo4Status (const char *name)
 TGo4Status (const char *name, const char *title)
 TGo4Status (const char *name, const char *title)
virtual ~TGo4Status ()
virtual ~TGo4Status ()
void Print (Option_t *opt="") const override
void Print (Option_t *opt="") const override
virtual Int_t PrintStatus (Text_t *buffer=nullptr, Int_t buflen=0)
 DEPRECATED - please use Print(Option_t *) signature basic method to printout status information on stdout; to be overridden by specific subclass.
virtual Int_t PrintStatus (Text_t *buffer=nullptr, Int_t buflen=0)
 DEPRECATED - please use Print(Option_t *) signature basic method to printout status information on stdout; to be overridden by specific subclass.

Protected Member Functions

 TGo4ClientStatus (const char *name)
 TGo4ClientStatus (const char *name)
void SetNames (const char *serverhost)
void SetNames (const char *serverhost)
Protected Member Functions inherited from TGo4TaskStatus
 TGo4TaskStatus (const char *name)
 TGo4TaskStatus (const char *name)
void SetFlags (Bool_t blocking, Bool_t autocreate, Bool_t autostart, Bool_t terminating, Bool_t initdone)
void SetFlags (Bool_t blocking, Bool_t autocreate, Bool_t autostart, Bool_t terminating, Bool_t initdone)
void SetTaskHandlerStatus (TGo4TaskHandlerStatus *thstate)
void SetTaskHandlerStatus (TGo4TaskHandlerStatus *thstate)

Protected Attributes

TString fxServerHostName
 hostname of server machine
Protected Attributes inherited from TGo4TaskStatus
Bool_t fbAppBlocking {kFALSE}
Bool_t fbAutoCreate {kFALSE}
Bool_t fbAutoStart {kFALSE}
Bool_t fbInitDone {kFALSE}
Bool_t fbTerminating {kFALSE}
TGo4TaskHandlerStatusfxTaskHandlerStatus {nullptr}
 aggregationByValue 1

Friends

class TGo4ClientTask

Additional Inherited Members

Public Types inherited from TGo4Status
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 Public Member Functions inherited from TGo4Status
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.

Detailed Description

Client status.

Definition at line 24 of file TGo4ClientStatus.h.

Constructor & Destructor Documentation

◆ TGo4ClientStatus() [1/4]

◆ ~TGo4ClientStatus() [1/2]

TGo4ClientStatus::~TGo4ClientStatus ( )
virtual

Definition at line 27 of file TGo4ClientStatus.cxx.

◆ TGo4ClientStatus() [2/4]

TGo4ClientStatus::TGo4ClientStatus ( const char * name)
protected

Definition at line 22 of file TGo4ClientStatus.cxx.

References TGo4TaskStatus::TGo4TaskStatus().

◆ TGo4ClientStatus() [3/4]

TGo4ClientStatus::TGo4ClientStatus ( )

◆ ~TGo4ClientStatus() [2/2]

virtual TGo4ClientStatus::~TGo4ClientStatus ( )
virtual

◆ TGo4ClientStatus() [4/4]

TGo4ClientStatus::TGo4ClientStatus ( const char * name)
protected

Member Function Documentation

◆ Print() [1/2]

void TGo4ClientStatus::Print ( Option_t * opt = "") const
override

basic method to printout status information on stdout; to be overridden by specific subclass

Definition at line 31 of file TGo4ClientStatus.cxx.

References fxServerHostName, TGo4TaskStatus::Print(), and TGo4Status::PrintLine().

Referenced by TGo4AnalysisClientStatus::Print(), and TGo4ExampleClientStatus::Print().

◆ Print() [2/2]

void TGo4ClientStatus::Print ( Option_t * opt = "") const
override

basic method to printout status information on stdout; to be overridden by specific subclass

◆ SetNames() [1/2]

void TGo4ClientStatus::SetNames ( const char * serverhost)
protected

Definition at line 41 of file TGo4ClientStatus.cxx.

References fxServerHostName.

Referenced by TGo4ClientTask::UpdateStatus().

◆ SetNames() [2/2]

void TGo4ClientStatus::SetNames ( const char * serverhost)
protected

◆ TGo4ClientTask

Definition at line 25 of file TGo4ClientStatus.h.

References TGo4ClientTask.

Referenced by TGo4ClientTask.

Field Documentation

◆ fxServerHostName

TString TGo4ClientStatus::fxServerHostName
protected

hostname of server machine

Definition at line 49 of file TGo4ClientStatus.h.

Referenced by Print(), and SetNames().


The documentation for this class was generated from the following files: