Inheritance diagram for TestGUI.ExampleSequenceRequest:
Public Member Functions | |
ExampleSequenceRequest (CalibrationController cc) | |
boolean | applyConfigChanges (int index) |
void | endSequence () |
Called to indicate that the Sequence has completed. | |
TestRequest | getNextTest (int index) |
Called to get the next Test. | |
String | startSequence (SctApi api) |
|
Called to get the next Test. The parameter can be useful in determining which Test to return. The Test will be executed immediately.
Implements Sct_CalibrationController.SequenceRequestOperations. |