28 : fNodeType(kWorker), fPort(-1), fPerfIndex(100), fNWrks(1)
38 : fNodeType(kWorker), fPort(-1), fPerfIndex(100), fNWrks(1)
41 if (!str || strlen(str) <= 0)
47 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
50 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
53 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
56 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
59 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
62 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
65 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
68 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
71 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
74 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
77 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
127 if (opt[0] ==
'c' || opt[0] ==
'C') {
132 Printf(
" NodeName: %s, Port: %d, NodeType: %d, Ordinal: %s",
139 Printf(
"+++++++++++++++++++++++++++++++++++++++++++");
151 if (
type ==
"M" ||
type ==
"master") {
154 else if (
type ==
"S" ||
type ==
"submaster") {
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
void Printf(const char *fmt,...)
Formats a string in a circular formatting buffer and prints the string.
Mother of all ROOT objects.
The purpose of this class is to provide a complete node description for masters, submasters and worke...
TProofNodeInfo()
Default constructor.
void Print(const Option_t *) const override
Print the TProofNodeInfo structure.
void Assign(const TProofNodeInfo &n)
Asssign content of node n to this node.
ENodeType GetNodeType() const
Int_t Atoi() const
Return integer value of string.
const char * Data() const
Bool_t IsDigit() const
Returns true if all characters in string are digits (0-9) or white spaces, i.e.
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.