Task handler status.
More...
#include <TGo4TaskHandlerStatus.h>
|
| | TGo4TaskHandlerStatus (const char *) |
| | TGo4TaskHandlerStatus (const char *) |
| void | SetFlags (Bool_t isaborting) |
| void | SetFlags (Bool_t isaborting) |
| void | SetNames (const char *com, const char *stat, const char *dat, const char *host) |
| void | SetNames (const char *com, const char *stat, const char *dat, const char *host) |
| void | SetPorts (UInt_t neg, Int_t com, Int_t stat, Int_t dat) |
| void | SetPorts (UInt_t neg, Int_t com, Int_t stat, Int_t dat) |
|
| Bool_t | fbIsAborting {kFALSE} |
| | true if taskhandler is being aborted e.g.
|
| Int_t | fiComPort {0} |
| | Command connection port number.
|
| Int_t | fiDatPort {0} |
| | Data connection port number.
|
| Int_t | fiStatPort {0} |
| | Status connection port number.
|
| UInt_t | fuNegPort {0} |
| | Actual port number of negotiation connection (raw transport).
|
| TString | fxComName |
| | Remember name of command thread.
|
| TString | fxDatName |
| | Remember name of data thread.
|
| TString | fxHostName |
| | Remember name of remote task handler.
|
| TString | fxStatName |
| | Remember name of status thread.
|
|
| 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 handler status.
Definition at line 23 of file TGo4TaskHandlerStatus.h.
◆ TGo4TaskHandlerStatus() [1/4]
| TGo4TaskHandlerStatus::TGo4TaskHandlerStatus |
( |
| ) |
|
◆ ~TGo4TaskHandlerStatus() [1/2]
| TGo4TaskHandlerStatus::~TGo4TaskHandlerStatus |
( |
| ) |
|
|
virtual |
◆ TGo4TaskHandlerStatus() [2/4]
| TGo4TaskHandlerStatus::TGo4TaskHandlerStatus |
( |
const char * | name | ) |
|
|
private |
◆ TGo4TaskHandlerStatus() [3/4]
| TGo4TaskHandlerStatus::TGo4TaskHandlerStatus |
( |
| ) |
|
◆ ~TGo4TaskHandlerStatus() [2/2]
| virtual TGo4TaskHandlerStatus::~TGo4TaskHandlerStatus |
( |
| ) |
|
|
virtual |
◆ TGo4TaskHandlerStatus() [4/4]
| TGo4TaskHandlerStatus::TGo4TaskHandlerStatus |
( |
const char * | | ) |
|
|
private |
◆ GetComName() [1/2]
| const char * TGo4TaskHandlerStatus::GetComName |
( |
| ) |
const |
|
inline |
◆ GetComName() [2/2]
| const char * TGo4TaskHandlerStatus::GetComName |
( |
| ) |
const |
|
inline |
◆ GetComPort() [1/2]
| Int_t TGo4TaskHandlerStatus::GetComPort |
( |
| ) |
const |
|
inline |
◆ GetComPort() [2/2]
| Int_t TGo4TaskHandlerStatus::GetComPort |
( |
| ) |
const |
|
inline |
◆ GetDatName() [1/2]
| const char * TGo4TaskHandlerStatus::GetDatName |
( |
| ) |
const |
|
inline |
◆ GetDatName() [2/2]
| const char * TGo4TaskHandlerStatus::GetDatName |
( |
| ) |
const |
|
inline |
◆ GetDatPort() [1/2]
| Int_t TGo4TaskHandlerStatus::GetDatPort |
( |
| ) |
const |
|
inline |
◆ GetDatPort() [2/2]
| Int_t TGo4TaskHandlerStatus::GetDatPort |
( |
| ) |
const |
|
inline |
◆ GetHostName() [1/2]
| const char * TGo4TaskHandlerStatus::GetHostName |
( |
| ) |
const |
|
inline |
◆ GetHostName() [2/2]
| const char * TGo4TaskHandlerStatus::GetHostName |
( |
| ) |
const |
|
inline |
◆ GetNegPort() [1/2]
| UInt_t TGo4TaskHandlerStatus::GetNegPort |
( |
| ) |
const |
|
inline |
◆ GetNegPort() [2/2]
| UInt_t TGo4TaskHandlerStatus::GetNegPort |
( |
| ) |
const |
|
inline |
◆ GetStatName() [1/2]
| const char * TGo4TaskHandlerStatus::GetStatName |
( |
| ) |
const |
|
inline |
◆ GetStatName() [2/2]
| const char * TGo4TaskHandlerStatus::GetStatName |
( |
| ) |
const |
|
inline |
◆ GetStatPort() [1/2]
| Int_t TGo4TaskHandlerStatus::GetStatPort |
( |
| ) |
const |
|
inline |
◆ GetStatPort() [2/2]
| Int_t TGo4TaskHandlerStatus::GetStatPort |
( |
| ) |
const |
|
inline |
◆ IsAborting() [1/2]
| Bool_t TGo4TaskHandlerStatus::IsAborting |
( |
| ) |
const |
|
inline |
◆ IsAborting() [2/2]
| Bool_t TGo4TaskHandlerStatus::IsAborting |
( |
| ) |
const |
|
inline |
◆ Print() [1/2]
| void TGo4TaskHandlerStatus::Print |
( |
Option_t * | opt = "" | ) |
const |
|
override |
◆ Print() [2/2]
| void TGo4TaskHandlerStatus::Print |
( |
Option_t * | opt = "" | ) |
const |
|
override |
◆ SetFlags() [1/2]
| void TGo4TaskHandlerStatus::SetFlags |
( |
Bool_t | isaborting | ) |
|
|
private |
◆ SetFlags() [2/2]
| void TGo4TaskHandlerStatus::SetFlags |
( |
Bool_t | isaborting | ) |
|
|
private |
◆ SetNames() [1/2]
| void TGo4TaskHandlerStatus::SetNames |
( |
const char * | com, |
|
|
const char * | stat, |
|
|
const char * | dat, |
|
|
const char * | host ) |
|
private |
◆ SetNames() [2/2]
| void TGo4TaskHandlerStatus::SetNames |
( |
const char * | com, |
|
|
const char * | stat, |
|
|
const char * | dat, |
|
|
const char * | host ) |
|
private |
◆ SetPorts() [1/2]
| void TGo4TaskHandlerStatus::SetPorts |
( |
UInt_t | neg, |
|
|
Int_t | com, |
|
|
Int_t | stat, |
|
|
Int_t | dat ) |
|
private |
◆ SetPorts() [2/2]
| void TGo4TaskHandlerStatus::SetPorts |
( |
UInt_t | neg, |
|
|
Int_t | com, |
|
|
Int_t | stat, |
|
|
Int_t | dat ) |
|
private |
◆ TGo4TaskHandler
◆ fbIsAborting
| Bool_t TGo4TaskHandlerStatus::fbIsAborting {kFALSE} |
|
private |
◆ fiComPort
| Int_t TGo4TaskHandlerStatus::fiComPort {0} |
|
private |
◆ fiDatPort
| Int_t TGo4TaskHandlerStatus::fiDatPort {0} |
|
private |
◆ fiStatPort
| Int_t TGo4TaskHandlerStatus::fiStatPort {0} |
|
private |
◆ fuNegPort
| UInt_t TGo4TaskHandlerStatus::fuNegPort {0} |
|
private |
◆ fxComName
| TString TGo4TaskHandlerStatus::fxComName |
|
private |
◆ fxDatName
| TString TGo4TaskHandlerStatus::fxDatName |
|
private |
◆ fxHostName
| TString TGo4TaskHandlerStatus::fxHostName |
|
private |
◆ fxStatName
| TString TGo4TaskHandlerStatus::fxStatName |
|
private |
The documentation for this class was generated from the following files: