00001 package Sct_CalibrationController;
00002
00003
00016 public interface TestRequestOperations
00017 {
00018
00025 void startTest (Sct_SctApi.SctApiIPC api, org.omg.CORBA.StringHolder name, org.omg.CORBA.ShortHolder testVariable, org.omg.CORBA.IntHolder nScans, Sct_CalibrationController.TestPointsHolder testPointsData);
00026
00031 Sct_CalibrationController.ScanRequest getNextScan (int index);
00032
00037 boolean canFeedback ();
00038
00042 void endTest ();
00043
00047 String getAnalysisAlgorithm ();
00048
00052 void setAnalysisAlgorithm (String name);
00053
00057 String getFitAlgorithm ();
00058
00062 void setFitAlgorithm (String name);
00063 }