#include <FullBypassTestResult.h>
Inheritance diagram for SctData::FullBypassTestResult:

Public Member Functions | |
| FullBypassTestResult () throw () | |
| FullBypassTestResult (unsigned int runNumber, const string &moduleName) throw () | |
| Constructor. | |
| virtual | ~FullBypassTestResult () throw () |
| Destructor. | |
| virtual string | getClassName () const throw () |
| Get the class name for this object. | |
| ChipFBResult & | getChipResult (const unsigned index) |
| get ChipResult | |
| const ChipFBResult & | getChipResult (const unsigned index) const |
| const get ChipResult chip in range 0->11 | |
| void | setNConfig (const unsigned n) |
| unsigned | getNConfig () const |
| void | setVddNom (float f) |
| Nominal value of the digital voltage is set by AnalysisService::FullBypassAlgorithm . | |
| float | getVddNom () const |
Private Attributes | |
| RangedVector< ChipFBResult > | chipResults |
| float | m_vdd_nom |
| unsigned | m_nconf |
As far as I can see, this involves a defect list only, which is in TestResult.
Definition at line 14 of file FullBypassTestResult.h.
|
|
Definition at line 7 of file FullBypassTestResult.cpp. |
|
||||||||||||
|
Constructor.
Definition at line 11 of file FullBypassTestResult.cpp. |
|
|
Destructor.
Definition at line 16 of file FullBypassTestResult.cpp. |
|
|
const get ChipResult chip in range 0->11
Definition at line 22 of file FullBypassTestResult.cpp. References chipResults. |
|
|
get ChipResult
Definition at line 26 of file FullBypassTestResult.cpp. References chipResults. Referenced by SctData::IO::FullBypassTestResultStreamer::read(), SctData::IO::FullBypassTestResultStreamer::write(), and SctData::TestSummary::FullBypassSummaryWriter::write(). |
|
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 18 of file FullBypassTestResult.cpp. |
|
|
Definition at line 58 of file FullBypassTestResult.h. References m_nconf. Referenced by SctData::IO::FullBypassTestResultStreamer::write(), and SctData::TestSummary::FullBypassSummaryWriter::write(). |
|
|
Definition at line 64 of file FullBypassTestResult.h. References m_vdd_nom. Referenced by SctData::IO::FullBypassTestResultStreamer::write(). |
|
|
Definition at line 57 of file FullBypassTestResult.h. References m_nconf. Referenced by SctData::IO::FullBypassTestResultStreamer::read(). |
|
|
Nominal value of the digital voltage is set by AnalysisService::FullBypassAlgorithm .
Definition at line 63 of file FullBypassTestResult.h. References m_vdd_nom. Referenced by SctData::IO::FullBypassTestResultStreamer::read(). |
|
|
Definition at line 67 of file FullBypassTestResult.h. Referenced by getChipResult(). |
|
|
Definition at line 69 of file FullBypassTestResult.h. Referenced by getNConfig(), and setNConfig(). |
|
|
Definition at line 68 of file FullBypassTestResult.h. Referenced by getVddNom(), and setVddNom(). |
1.3-rc3