#include <FullBypassAlgorithm.h>
Inheritance diagram for SctAnalysis::FullBypassAlgorithm:
Public Member Functions | |||
virtual void | canAddRawScanResult (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 | |||
FullBypassAlgorithm (const TestData &testData, const string &moduleName) throw () | |||
constructor | |||
virtual | ~FullBypassAlgorithm () throw () | ||
destructor | |||
Static Public Member Functions | |||
void | setVddNom (float value) | ||
set the nominal value of the digital voltage | |||
float | getVddNom () | ||
get the nominal value of the digital voltage. | |||
Private Member Functions | |||
FullBypassAlgorithm () | |||
Static Private Member Functions | |||
unsigned | getConf (const unsigned int conf) | ||
unsigned | getConfNo (const unsigned token) | ||
| |||
unsigned | sumFib (const unsigned int n) | ||
Static Private Attributes | |||
bool | inMap | ||
float | s_vddNominal | ||
nominal digital voltage level. |
Definition at line 10 of file FullBypassAlgorithm.h.
|
constructor
Definition at line 23 of file FullBypassAlgorithm.h. |
|
destructor
Definition at line 27 of file FullBypassAlgorithm.h. |
|
Definition at line 24 of file FullBypassAlgorithm.cpp. |
|
over-ride
Definition at line 27 of file FullBypassAlgorithm.cpp. References debug, Sct::nChipLink, Sct::nChipModule, Sct::nLinkModule, SctData::FullBypassTestResult::ChipFBResult::status_bypass, SctData::FullBypassTestResult::ChipFBResult::status_direct, SctData::FullBypassTestResult::ChipFBResult::vdd_bypass, and SctData::FullBypassTestResult::ChipFBResult::vdd_direct. |
|
over-ride
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 18 of file FullBypassAlgorithm.cpp. |
|
Referenced by getConfNo(). |
|
Definition at line 426 of file FullBypassAlgorithm.cpp. References getConf(). |
|
get the nominal value of the digital voltage.
Definition at line 36 of file FullBypassAlgorithm.h. References s_vddNominal. |
|
set the nominal value of the digital voltage
Definition at line 32 of file FullBypassAlgorithm.h. References s_vddNominal. |
|
Definition at line 478 of file FullBypassAlgorithm.cpp. |
|
Definition at line 16 of file FullBypassAlgorithm.cpp. |
|
nominal digital voltage level.
Definition at line 22 of file FullBypassAlgorithm.cpp. Referenced by getVddNom(), and setVddNom(). |