v2.10-0 (21000JUN2005)

Uses of Class
Go4Socket.TGo4Socket

Packages that use TGo4Socket
Go4HistogramServer 
Go4TaskHandler 

Uses of TGo4Socket in Go4HistogramServer
 

Fields in Go4HistogramServer declared as TGo4Socket
private TGo4Socket*TGo4HistogramServer.fxConnectTransport
          link to the next TaskHandler transport instance that shall be connected
by the Object connector Timer with the client
private TGo4Socket*TGo4HistogramServer.fxDisConnectTransport
          link to the next TaskHandler transport instance that shall be disconnected
by the connector Timer with the client
private TGo4Socket*TGo4HistogramServer.fxTransport
          socket for object server *
private TGo4Socket*TGo4ObjClient.fxTransport
          transport socket for connection to server
 

Methods in Go4HistogramServer with parameters of type TGo4Socket
private voidTGo4HistogramServer.SetConnect(TGo4Socket* trans, const char * host, UInt_t port)
          
private voidTGo4HistogramServer.SetDisConnect(TGo4Socket* trans)
          
 

Uses of TGo4Socket in Go4TaskHandler
 

Fields in Go4TaskHandler declared as TGo4Socket
private TGo4Socket*TGo4ServerTask.fxConnectTransport
          link to the next TaskHandler transport instance that shall be connected
by the Application Control Timer with the client
private TGo4Socket*TGo4ServerTask.fxDisConnectTransport
          link to the next TaskHandler transport instance that shall be disconnected
by the Application Control Timer with the client
private TGo4Socket*TGo4TaskHandler.fxCommandTransport
          Transport channels (e.g. sockets) for command, status, data
private TGo4Socket*TGo4TaskHandler.fxDataTransport
          
private TGo4Socket*TGo4TaskHandler.fxStatusTransport
          
protected TGo4Socket*TGo4TaskHandlerRunnable.fxTransport
          link to external inter-tasl transport channel
private TGo4Socket*TGo4TaskManager.fxTransport
          
 

Methods in Go4TaskHandler that return TGo4Socket
TGo4Socket*TGo4ServerTask.GetConnectTransport()
          
const TGo4Socket*TGo4TaskHandler.GetCommandTransport()
          
const TGo4Socket*TGo4TaskHandler.GetDataTransport()
          
const TGo4Socket*TGo4TaskHandler.GetStatusTransport()
          
TGo4Socket*TGo4TaskHandler.ServerRequest(const char * host)
          request to server at host to connect or disconnect us, returns negotiation channel
 

Methods in Go4TaskHandler with parameters of type TGo4Socket
voidTGo4ServerTask.SetConnect(TGo4Socket* trans, const char * host, UInt_t port, Bool_t keepserv)
          
voidTGo4ServerTask.SetDisConnect(TGo4Socket* trans)
          
Bool_tTGo4TaskHandler.Connect(const char * host, TGo4Socket* negotiator)
          establishes the connections of all three transport channels and starts the service threads
Bool_tTGo4TaskHandler.ConnectClientChannel(const char * name, TGo4Socket* negotiator, TGo4Socket* channel, const char * host)
          method defining the connection protocol of
one data transport channel (data, status, or command).
Bool_tTGo4TaskHandler.ConnectServerChannel(const char * name, TGo4Socket* negotiator, TGo4Socket* channel, const char * host)
          Method defining the connection protocol of
one data transport channel (data, status, or command).
Bool_tTGo4TaskHandler.ServerLogin(TGo4Socket* connector, Go4CommandMode_t account)
          Negotiate login to requested server channel with account type
Int_tTGo4TaskHandler.WaitGetPort(TGo4Socket* sock)
          Get actual local port number of specified
Go4 socket.
 


J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005