import "CalibrationController.idl";
Public Member Functions | |
string | startSequence (in Sct_SctApi::SctApi api) |
Called just before this SequenceRequest is started. | |
TestRequest | getNextTest (in unsigned long index) |
Called to get the next Test. | |
void | endSequence () |
Called to indicate that the Sequence has completed. |
This is because of a re-entrancy dealock problem with ILU,
Definition at line 60 of file CalibrationController.idl.
|
Called to indicate that the Sequence has completed.
|
|
Called to get the next Test. The parameter can be useful in determining which Test to return. The Test will be executed immediately.
|
|
Called just before this SequenceRequest is started. It should cache the api and make any calls it needs to the libraries to get e.g.Tests. Unfortunately, this has to be done here to prevent ILU deadlocking. |