#include <TGo4ComDisconnectSlave.h>
Public Member Functions | |
TGo4ComDisconnectSlave () | |
virtual | ~TGo4ComDisconnectSlave () |
void | SetSlave (const char *name) |
Specify the name of the client to be removed. | |
void | SetWaitForSlave (Bool_t wait=kTRUE) |
Int_t | ExeCom () |
Do the command action. | |
Private Attributes | |
TString | fxSlaveName |
name of the client to be removed | |
Bool_t | fbWaitForSlave |
Definition at line 27 of file TGo4ComDisconnectSlave.h.
TGo4ComDisconnectSlave::TGo4ComDisconnectSlave | ( | ) |
Definition at line 19 of file TGo4ComDisconnectSlave.cxx.
TGo4ComDisconnectSlave::~TGo4ComDisconnectSlave | ( | ) | [virtual] |
Definition at line 28 of file TGo4ComDisconnectSlave.cxx.
void TGo4ComDisconnectSlave::SetSlave | ( | const char * | name | ) | [inline] |
Specify the name of the client to be removed.
Definition at line 35 of file TGo4ComDisconnectSlave.h.
void TGo4ComDisconnectSlave::SetWaitForSlave | ( | Bool_t | wait = kTRUE |
) | [inline] |
Definition at line 37 of file TGo4ComDisconnectSlave.h.
Int_t TGo4ComDisconnectSlave::ExeCom | ( | ) | [virtual] |
Do the command action.
Reimplemented from TGo4Command.
Definition at line 34 of file TGo4ComDisconnectSlave.cxx.
TString TGo4ComDisconnectSlave::fxSlaveName [private] |
Bool_t TGo4ComDisconnectSlave::fbWaitForSlave [private] |
Definition at line 46 of file TGo4ComDisconnectSlave.h.