v2.10-0 (21000JUN2005)

Go4CommandsTaskHandler
Class Diagram Go4CommandsTaskHandler

Dependency Links

to Class Diagram Go4CommandsBase

automatic

to Class Diagram <default>

automatic
Class Summary
Go4EmergencyCommand_t 
TGo4ComConnectSlavemaster command: initiate connection to slave.
TGo4ComDisconnectSlavemaster command: current slave
is removed (disconnected) from server
TGo4ComExecLineCommand executes string as CINT macro
TGo4ComFlushcommand to flush the queues in case of a jam;
default ctor flushes all queues, ctor with parameter data, command or
status queues only
TGo4ComGetStatusCommand to request basic status information on the client task;
the reqest may be carried out by the command runnable that submits a system status
object into the status queue; otherwise a concrete client runnable may submit
any special status object into the queue on this command
TGo4ComLaunchClientserver command: current client is removed (disconnected) from server
TGo4CommandProtoListImported.  
TGo4ComMasterQuitMaster Command to quit (terminate) the master application.
TGo4ComQuitCommand to quit (terminate) the client,
after successful quit, the client may be removed from taskmanager on the
server side
TGo4ComRelaunchCommand to relaunch the working thread of a client, in case of a latchup
TGo4ComRemoveClientserver command: current client is removed (disconnected) from server
TGo4ComServerQuitServer Command to quit (terminate) the server and the application
all clients are removed before
TGo4ComStartCommand calling the virtual method Start() of Client Task class;
this method is overridden by user client, thus any start action of the application
may be invoked by this (e.g. start of analysis main event loop)
TGo4ComStopCommand calling the virtual method Stop() of Client Task class;
this method is overridden by user client, thus any stop action of the application
may be invoked by this (e.g. stop of analysis main event loop)
TGo4TaskHandlerCommand 
TGo4TaskHandlerCommandListClass containing all command prototypes of the
TaskHandler system commands (and the basic test commands);
may be derived by application or user command list class which
can add own commands into the list using AddCommand Method
of TGo4CommandProtoList Base Class
 


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

30-06-2005