#include <TxCurrentTestResult.h>
Inheritance diagram for SctData::TxCurrentTestResult:
Public Member Functions | |
TxCurrentTestResult () throw () | |
TxCurrentTestResult (unsigned int runNumber, const string &moduleName) throw () | |
Constructor. | |
virtual | ~TxCurrentTestResult () throw () |
Destructor. | |
virtual string | getClassName () const throw () |
Get the class name for this object. | |
StreamResult & | getStreamResult (const unsigned index) |
get StreamResult | |
const StreamResult & | getStreamResult (const unsigned index) const |
const get StreamResult stream in range 0->1 | |
Private Attributes | |
RangedVector< StreamResult > | streamResults |
Data Structures | |
class | StreamResult |
Definition at line 12 of file TxCurrentTestResult.h.
|
Constructor.
Definition at line 16 of file TxCurrentTestResult.cpp. References Sct::nLinkModule. |
|
Destructor.
Definition at line 23 of file TxCurrentTestResult.cpp. |
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 25 of file TxCurrentTestResult.cpp. |
|
const get StreamResult stream in range 0->1
Definition at line 29 of file TxCurrentTestResult.cpp. References streamResults. |
|
get StreamResult
Definition at line 33 of file TxCurrentTestResult.cpp. References streamResults. Referenced by SctData::IO::TxCurrentTestResultStreamer_v1::read(), SctCalibrationController::TxCurrentConfigUpdater::update(), SctData::IO::TxCurrentTestResultStreamer_v1::write(), and SctData::TestSummary::TxCurrentSummaryWriter::write(). |