GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4ClientStatus.cxx
Go to the documentation of this file.
1// $Id$
2//-----------------------------------------------------------------------
3// The GSI Online Offline Object Oriented (Go4) Project
4// Experiment Data Processing at EE department, GSI
5//-----------------------------------------------------------------------
6// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7// Planckstr. 1, 64291 Darmstadt, Germany
8// Contact: http://go4.gsi.de
9//-----------------------------------------------------------------------
10// This software can be used under the license agreements as stated
11// in Go4License.txt file which is part of the distribution.
12//-----------------------------------------------------------------------
13
14#include "TGo4ClientStatus.h"
15
16
21
23 TGo4TaskStatus(name)
24{
25}
26
30
31void TGo4ClientStatus::Print(Option_t *) const
32{
33 PrintLine("G-OOOO-> Client Status Class %s Printout: <-OOOO-G", GetName());
34 PrintLine("G-OOOO-> ---------------------------------------------- <-OOOO-G");
35 PrintLine("G-OOOO-> Remote Server Hostname: %s", fxServerHostName.Data());
36 PrintLine("G-OOOO-> ---------------------------------------------- <-OOOO-G");
38 PrintLine("G-OOOO-> END Client Status Class Printout END <-OOOO-G");
39}
40
41void TGo4ClientStatus::SetNames(const char *serverhost)
42{
43 fxServerHostName = serverhost;
44}
TString fxServerHostName
hostname of server machine
void SetNames(const char *serverhost)
void Print(Option_t *opt="") const override
basic method to printout status information on stdout; to be overridden by specific subclass
static void PrintLine(const char *text,...)
Print single line of debug output with appropriate indent.
void Print(Option_t *opt="") const override
method to printout status information on stdout;