#include <TestResultStreamer_v1.h>
Inheritance diagram for SctData::IO::TestResultStreamer_v1:
Public Member Functions | |
virtual unsigned | getVersion () const throw () |
Protected Member Functions | |
TestResultStreamer_v1 () throw () | |
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 | |
static unsigned | s_version |
static 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_v1.h.
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 20 of file TestResultStreamer_v1.cpp. |
|
Should always succeed! Implements Sct::Streamer. Definition at line 46 of file TestResultStreamer_v1.cpp. References SctData::TestResult::addScan(), SctData::TestResult::getHeader(), and SctData::TestResult::setTestVariable(). Here is the call graph for this function: ![]() |
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 24 of file TestResultStreamer_v1.cpp. References SctData::TestResult::getHeader(), SctData::TestResult::getNScans(), SctData::TestResult::getScanNumberAt(), SctData::TestResult::getTestPointAt(), SctData::TestResult::getTestVariable(), and SctData::ob. Here is the call graph for this function: ![]() |