Inheritance diagram for Sct_CalibrationController.TestRequestPOA:
Public Member Functions | |
org.omg.CORBA.portable.OutputStream | _invoke (String $method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler $rh) |
String[] | _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) |
TestRequest | _this () |
TestRequest | _this (org.omg.CORBA.ORB orb) |
Static Package Functions | |
[static initializer] | |
Static Private Attributes | |
static java.util.Hashtable | _methods = new java.util.Hashtable () |
static String[] | __ids |
This is because of a re-entrancy dealock problem with ILU,
Definition at line 16 of file TestRequestPOA.java.
|
Called just before this TestRequest is started. It should cache the api and make any calls it needs to the libraries to get e.g. Scans. Unfortunately, this has to be done here to prevent ILU deadlocking. All the out variables must be set appropriately - in particular, name cannont be zero length and the length of testPointsData must be the same as nScans. Called to get the next Scan. The parameter can be useful in determining which Scan to return. The Scan will be executed immediately.
Called to indicate that the Test has completed. Name of analysis algorithm which is to be used with this test. Name of AnalysisAlgorithm which is to be used with this test. Name of AnalysisAlgorithm which is to be used with this test. Name of FitterAlgorithm which is to be used with this test. Definition at line 35 of file TestRequestPOA.java. References Sct_CalibrationController.TestRequestPOA._methods. |
|
Initial value: {
"IDL:Sct_CalibrationController/TestRequest:1.0"}
Definition at line 167 of file TestRequestPOA.java. |