Class Summary |
rcCmd |
rcCmd sends a command to the PHENIX RunControl server. |
rcCmdAutoRun |
Comamnd to set the Autorun mode on/off in the corba run control
server. |
rcCmdConfigure |
Command to send a configuration command to the server. |
rcCmdDownload |
Comamnd to send the download command to the corba run control
server. |
rcCmdEndRun |
Comamnd to send the end run command to the corba run control
server. |
rcCmdExit |
Comamnd to send the exit command, which will termiate the
run control server. |
rcCmdInfo |
Comamnd to retrieve general info about the state of
the partition and process stage objects from the server. |
rcCmdIsPaused |
Comamnd to find out whether the run control is currently paused. |
rcCmdIsRunning |
Comamnd find out whether the run control is currently running (i.e. |
rcCmdNoop |
Noop command. |
rcCmdPause |
Comamnd to pause the data taking. |
rcCmdProgress |
Comamnd get progress information about the current
download operation. |
rcCmdPrstInfo |
Comamnd to return the names and states of all process units of a
given instance of the process stage. |
rcCmdResume |
Comamnd to resume a paused run. |
rcCmdStartRun |
Comamnd to start a new run. |
rcCmdStatus |
Comamnd to retrieve general information from the server. |
rcStringHolder |
Class rcStringHolder helps to pass an array of strings
as out arguments of a member function. |
The package rcCommand contains all classes that talk to
the run control CORBA server using OrbixWeb. As such it is
a self contained package that can be used by any client who
wishes to talk to the run control server. Currently the only
such client is the run control user interface.