| v2.10-0 (21000JUN2005) | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Go4CommandMode_t | |
| Go4CommandsBase | |
| Go4CommandsTaskHandler | |
| Go4TaskHandler | |
| Uses of Go4CommandMode_t in Go4CommandsBase |
| Fields in Go4CommandsBase declared as Go4CommandMode_t | |
protected Go4CommandMode_t | TGo4Command.fiModemode value for execution rights of sending task |
protected Go4CommandMode_t | TGo4Command.fiProtectionExecute protection of this command. |
| Methods in Go4CommandsBase that return Go4CommandMode_t | |
Go4CommandMode_t | TGo4Command.GetMode() |
Go4CommandMode_t | TGo4Command.GetProtection() |
| Methods in Go4CommandsBase with parameters of type Go4CommandMode_t | |
const static const char * | TGo4Command.GetModeDescription(Go4CommandMode_t mode)text description of current execution mode |
void | TGo4Command.SetMode(Go4CommandMode_t m) |
protected void | TGo4Command.SetProtection(Go4CommandMode_t m) |
| Uses of Go4CommandMode_t in Go4CommandsTaskHandler |
| Fields in Go4CommandsTaskHandler declared as Go4CommandMode_t | |
private Go4CommandMode_t | TGo4ComConnectSlave.fiLoginModespecify login mode |
| Methods in Go4CommandsTaskHandler with parameters of type Go4CommandMode_t | |
void | TGo4ComConnectSlave.SetLogin(Go4CommandMode_t mode) |
| Uses of Go4CommandMode_t in Go4TaskHandler |
| Fields in Go4TaskHandler declared as Go4CommandMode_t | |
private Go4CommandMode_t | TGo4TaskHandler.fiRoleFor server connection to client: This indicates role of connected client, if client is master. |
| Methods in Go4TaskHandler that return Go4CommandMode_t | |
Go4CommandMode_t | TGo4TaskHandler.GetRole() |
Go4CommandMode_t | TGo4TaskManager.ClientLogin()Check account and password of the client that requests a connection to this server. |
| Methods in Go4TaskHandler with parameters of type Go4CommandMode_t | |
Bool_t | TGo4ClientTask.ConnectServer(const char * node, UInt_t negport, Go4CommandMode_t role, const char * passwd)Connect this client to a waiting server task on node with negotiation channel negport. |
virtual Bool_t | TGo4Master.ConnectSlave(const char * name, const char * remotehost, UInt_t negport, const char * remotedir, const char * remotecommand, Int_t mode, Bool_t startserver, Go4CommandMode_t role, const char * passwd)Start connection to the slave. |
Bool_t | TGo4TaskHandler.ServerLogin(TGo4Socket* connector, Go4CommandMode_t account)Negotiate login to requested server channel with account type |
void | TGo4TaskHandler.SetRole(Go4CommandMode_t role) |
Bool_t | TGo4TaskManager.AddClient(const char * client, const char * host, Go4CommandMode_t role)adds client task of name to manager: create server task handler and try to connect to client Command execution role depends on previous login passowrd |
Int_t | TGo4TaskManager.ConnectClient(const char * client, const char * host, Go4CommandMode_t role)used by connector runnable to wait for a client request to connect to this server task. |
| J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||