Inheritance diagram for Sct_CalibrationController._CalibrationControllerStub:
Public Member Functions | |
Sct_CalibrationController.ScanLibrary | getScanLibrary () |
Get the ScanLibrary. | |
Sct_CalibrationController.TestLibrary | getTestLibrary () |
Get the TestLibrary. | |
Sct_CalibrationController.SequenceLibrary | getSequenceLibrary () |
Get the SequenceLibrary. | |
void | doScan (Sct_CalibrationController.ScanRequest s) |
Do a single Scan. | |
void | doTest (Sct_CalibrationController.TestRequest t) |
Do a single Test. | |
void | doSequence (Sct_CalibrationController.SequenceRequest r) |
Do a whole Sequence. | |
void | abort () |
Abort the current sequence. | |
void | setUpdateOption (Sct_CalibrationController.CalibrationControllerPackage.UpdateOption opt) |
Set the update option. | |
Sct_SctApi.Scan | getScan (int runNumber, int scanNumber) |
Get a previously executed Scan. | |
void | updateWith (String testResultInIs, boolean force) |
if force is true, update will take place even if test failed | |
Sct_SctApi.SctApiIPC | getApi () |
ipc.servantPackage.info | information () |
void | shutdown () |
String[] | _ids () |
Private Member Functions | |
void | readObject (java.io.ObjectInputStream s) throws java.io.IOException |
void | writeObject (java.io.ObjectOutputStream s) throws java.io.IOException |
Static Private Attributes | |
static String[] | __ids |
Generated by the IDL-to-Java compiler (portable), version "3.2" from /usera/sctrod/lester/TDAQ14_BRANCH/SctRodDaq/include/CalibrationController/CalibrationController.idl 08 October 2005 21:54:38 o'clock BST
Definition at line 11 of file _CalibrationControllerStub.java.
|
Initial value: { "IDL:Sct_CalibrationController/CalibrationController:1.0", "IDL:ipc/servant:1.0"} Definition at line 283 of file _CalibrationControllerStub.java. Referenced by Sct_CalibrationController._CalibrationControllerStub._ids(). |