Inheritance diagram for TestGUI.ExampleTestRequest:
Public Member Functions | |
void | startTest (SctApi api, StringHolder name, ShortHolder testVariable, IntHolder nScans, TestPointsHolder testPointsData) |
Sct_SctApi.Scan | getNextScan (int index) |
Called to get the next Scan. | |
void | endTest () |
Called to indicate that the Test has completed. | |
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. |
|
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. |