Public Member Functions | |
void | startTest (SctApi 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. | |
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 | |
SctApi | api |
Definition at line 20 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 35 of file ExampleTestRequest.java. |