#include <TestResultStreamer_v3.h>
Inheritance diagram for SctData::IO::TestResultStreamer_v3:
Public Member Functions | |
virtual unsigned | getVersion () const throw () |
Protected Member Functions | |
virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
Publishes ob to out. | |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
virtual shared_ptr< Streamable > | read (IStream &, const IOManager &) const throw (LogicError, IoError) |
Create a new Streamable object of the appropriate type from IS. | |
Static Protected Attributes | |
unsigned | s_version |
bool | inMap |
The published and refreshed elements are: -> run number -> module name -> the `special' point. -> a list of the scan numbers and the scan `test point' values. -> the defect list.
Doesn't implement createObject.
Definition at line 22 of file TestResultStreamer_v3.h.
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 21 of file TestResultStreamer_v3.cpp. References Sct::IoError. |
|
Should always succeed! Implements Sct::Streamer. Definition at line 52 of file TestResultStreamer_v3.cpp. References SctData::TestResult::addComment(), SctData::TestResult::addScan(), SctData::TestResult::getDefects(), SctData::TestResult::getHeader(), Sct::IoError, SctData::TestResult::setDcsData(), SctData::TestResult::setPassed(), SctData::TestResult::setProblem(), and SctData::TestResult::setTestVariable(). |
Here is the call graph for this function:
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 25 of file TestResultStreamer_v3.cpp. References SctData::TestResult::getComments(), SctData::TestResult::getDcsData(), SctData::TestResult::getDefects(), SctData::TestResult::getHeader(), SctData::TestResult::getNScans(), SctData::TestResult::getPassed(), SctData::TestResult::getProblem(), SctData::TestResult::getScanNumberAt(), SctData::TestResult::getTestPointAt(), SctData::TestResult::getTestVariable(), and Sct::IoError. |
Here is the call graph for this function: