00001 package Sct_CalibrationController; 00002 00003 00016 public interface TestRequestOperations 00017 { 00018 00025 void startTest (Sct_SctApi.SctApi 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 } // interface TestRequestOperations