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) |
Private Attributes | |
SctApi | api |
TestRequest | responseCurve |
Definition at line 19 of file ExampleSequenceRequest.java.
|
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. Definition at line 40 of file ExampleSequenceRequest.java. |