#include <StrobeDelayAlgorithm.h>
Inheritance diagram for SctAnalysis::StrobeDelayAlgorithm:
Public Member Functions | |
virtual void | canAddFitScanResult (const string &name) throw (Sct::LogicError, Sct::IoError) |
over-ride | |
virtual boost::shared_ptr< AnalysisAlgorithm > | clone (const TestData &testData, const string &moduleName) const throw () |
over-ride | |
StrobeDelayAlgorithm (const TestData &testData, const string &moduleName) throw () | |
constructor | |
virtual | ~StrobeDelayAlgorithm () throw () |
destructor | |
Private Member Functions | |
StrobeDelayAlgorithm () | |
Static Private Member Functions | |
void | optimize (SctData::StrobeDelayTestResult &result, const SctData::FitScanResult &fitted) throw (Sct::LogicError) |
finds the optimum - a fractions of the way from the mid-rise to the mid-fall of the function. | |
Static Private Attributes | |
bool | inMap |
Uses a single FitScanResult to find the optimum value of the strobe delay.
Definition at line 15 of file StrobeDelayAlgorithm.h.
|
constructor
Definition at line 28 of file StrobeDelayAlgorithm.h. |
|
destructor
Definition at line 32 of file StrobeDelayAlgorithm.h. |
|
Definition at line 34 of file StrobeDelayAlgorithm.h. |
|
over-ride
Definition at line 24 of file StrobeDelayAlgorithm.cpp. |
|
over-ride
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 20 of file StrobeDelayAlgorithm.cpp. |
|
finds the optimum - a fractions of the way from the mid-rise to the mid-fall of the function.
Definition at line 35 of file StrobeDelayAlgorithm.cpp. References Sct::nChipModule. |
|
Definition at line 18 of file StrobeDelayAlgorithm.cpp. |