

Public Member Functions | |
| void | startTest (SctApiIPC api, StringHolder name, ShortHolder testVariable, IntHolder nScans, TestPointsHolder testPointsData) |
| Sct_CalibrationController.ScanRequest | getNextScan (int index) |
| Called to get the next Scan. | |
| void | endTest () |
| Called to indicate that the Test has completed. | |
| void | setFitAlgorithm (java.lang.String s) |
| String | getFitAlgorithm () |
| Name of AnalysisAlgorithm which is to be used with this test. | |
| void | setAnalysisAlgorithm (java.lang.String s) |
| String | getAnalysisAlgorithm () |
| Name of analysis algorithm which is to be used with this test. | |
| boolean | canFeedback () |
| Should return true if there will be a TestResult published which contains information that should be fed back into the calibration Whether this will actually happen depends on the UpdateOption the CalibrationController is in. | |
Private Attributes | |
| SctApiIPC | api |
| java.lang.String | fitAlg |
| java.lang.String | anaAlg |
Definition at line 22 of file ExampleTestRequest.java.
|
|
Called to get the next Scan. The parameter can be useful in determining which Scan to return. The Scan will be executed immediately.
Implements Sct_CalibrationController.TestRequestOperations. Definition at line 39 of file ExampleTestRequest.java. |
1.4.6