#include <TGo4ComDisconnectSlave.h>
Inheritance diagram for TGo4ComDisconnectSlave:
Public Methods | |
TGo4ComDisconnectSlave () | |
virtual | ~TGo4ComDisconnectSlave () |
void | SetSlave (const char *name) |
Specify the name of the client to be removed. More... | |
void | SetWaitForSlave (Bool_t wait=kTRUE) |
Int_t | ExeCom () |
Do the command action. More... | |
Private Attributes | |
TString | fxSlaveName |
name of the client to be removed. More... | |
Bool_t | fbWaitForSlave |
Definition at line 29 of file TGo4ComDisconnectSlave.h.
|
Definition at line 22 of file TGo4ComDisconnectSlave.cxx. References TGo4Command::fbIsLocal, fbWaitForSlave, fxSlaveName, and TGo4Command::SetReceiverName(). |
|
Definition at line 32 of file TGo4ComDisconnectSlave.cxx. |
|
Specify the name of the client to be removed.
Definition at line 37 of file TGo4ComDisconnectSlave.h. References fxSlaveName. Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4MainWindow::RemoveClientSlot(). |
|
Definition at line 42 of file TGo4ComDisconnectSlave.h. References fbWaitForSlave. Referenced by TGo4TaskHandlerAbortException::Handle(). |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 38 of file TGo4ComDisconnectSlave.cxx. References TGo4Log::Debug(), TGo4Master::DisconnectSlave(), fbWaitForSlave, and fxSlaveName. |
|
name of the client to be removed.
Definition at line 53 of file TGo4ComDisconnectSlave.h. Referenced by ExeCom(), SetSlave(), and TGo4ComDisconnectSlave(). |
|
Definition at line 55 of file TGo4ComDisconnectSlave.h. Referenced by ExeCom(), SetWaitForSlave(), and TGo4ComDisconnectSlave(). |