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) |
update using the result of a previous test | |
void | get_info (ipc.InfoHolder inf) |
void | destroy () |
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 | |
String[] | __ids |
Generated by the IDL-to-Java compiler (portable), version "3.1" from /atlas/daq/code/gcc32/SctRodDaq/include/CalibrationController/CalibrationController.idl 14 July 2004 17:28:34 o'clock BST
Definition at line 11 of file _CalibrationControllerStub.java.
|
Initial value: { "IDL:Sct_CalibrationController/CalibrationController:1.0", "IDL:ipc/freeable:1.0"} Definition at line 263 of file _CalibrationControllerStub.java. |