#include <TGo4ComStartHistoServ.h>
Inheritance diagram for TGo4ComStartHistoServ:
Public Methods | |
TGo4ComStartHistoServ () | |
virtual | ~TGo4ComStartHistoServ () |
Int_t | ExeCom () |
Do the command action. More... | |
const char * | GetBaseName () const |
access to the database name. More... | |
void | SetBaseName (const char *name) |
set the database name. More... | |
const char * | GetPasswd () const |
access to the passwd. More... | |
void | SetPasswd (const Text_t *name) |
set the object name under command. More... | |
Private Attributes | |
TString | fxDatabase |
Name of the database. More... | |
TString | fxPasswd |
Name of the password. More... |
Definition at line 25 of file TGo4ComStartHistoServ.h.
|
Definition at line 22 of file TGo4ComStartHistoServ.cxx. References kGo4ComModeController, SetBaseName(), SetPasswd(), TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 33 of file TGo4ComStartHistoServ.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 38 of file TGo4ComStartHistoServ.cxx. References TGo4Log::Debug(), TGo4AnalysisClient::ExecuteString(), TGo4ThreadManager::fguTEXTLENGTH, GetBaseName(), GetPasswd(), TGo4Slave::SendStatusMessage(), and TRACE. |
|
access to the database name.
Definition at line 35 of file TGo4ComStartHistoServ.h. References fxDatabase. Referenced by ExeCom(). |
|
set the database name.
Definition at line 38 of file TGo4ComStartHistoServ.h. References fxDatabase. Referenced by TGo4ComStartHistoServ(). |
|
access to the passwd.
Definition at line 41 of file TGo4ComStartHistoServ.h. References fxPasswd. Referenced by ExeCom(). |
|
set the object name under command.
Definition at line 44 of file TGo4ComStartHistoServ.h. References fxPasswd. Referenced by TGo4ComStartHistoServ(). |
|
Name of the database.
Definition at line 49 of file TGo4ComStartHistoServ.h. Referenced by GetBaseName(), and SetBaseName(). |
|
Name of the password.
Definition at line 52 of file TGo4ComStartHistoServ.h. |