Main Page | Namespace List | Data Structures | File List | Namespace Members | Data Fields

Sct_CalibrationController::SequenceRequest Interface Reference

External implementers of this class must not call any CalibrationController methods in their implementation. More...

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.


Detailed Description

External implementers of this class must not call any CalibrationController methods in their implementation.

This is because of a re-entrancy dealock problem with ILU,

Definition at line 60 of file CalibrationController.idl.


Member Function Documentation

void Sct_CalibrationController::SequenceRequest::endSequence  ) 
 

Called to indicate that the Sequence has completed.

TestRequest Sct_CalibrationController::SequenceRequest::getNextTest in unsigned long  index  ) 
 

Called to get the next Test.

The parameter can be useful in determining which Test to return. The Test will be executed immediately.

Parameters:
index the 0 based index of the Test that is to be returned.

string Sct_CalibrationController::SequenceRequest::startSequence in Sct_SctApi::SctApi  api  ) 
 

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.


The documentation for this interface was generated from the following file:
Generated on Thu Jul 8 11:45:19 2004 for SCT DAQ/DCS Software - IDL by doxygen 1.3.5