31 TGo4Master(
const char *name, Bool_t isserver = kTRUE,
const char *serverhost =
"localhost", UInt_t negotport = 5000);
49 Bool_t waitforslave=kTRUE );
This is the Go4 Abstract Command Class; part of the Base command pattern.
virtual Bool_t DisconnectSlave(const char *name=nullptr, Bool_t waitforslave=kTRUE)
TString fxSlaveExec
Name of the executable (command) that is running in the slave process.
TString fxSlaveNode
Name of the node where the slave is running.
Bool_t SubmitEmergencyCommand(Go4EmergencyCommand_t val)
send emergency quit command to the current slave task
Bool_t SubmitCommand(const char *name)
send command specified by name to the current slave task
TString fxSlaveShell
Name of the shell where the slave is running.
virtual TGo4TaskHandlerCommandList * CreateCommandList()
factory method for command list; overridden by implementation
Class containing all command prototypes of the TaskHandler system commands (and the basic test comman...