#include <TimeWalkTestResultStreamer.h>
Inheritance diagram for SctData::IO::TimeWalkTestResultStreamer:
Public Member Functions | |
virtual void | write (OStream &out, const Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
virtual shared_ptr< Streamable > | read (IStream &in, const IOManager &manager) const throw (LogicError, IoError) |
Create a new Streamable object of the appropriate type from IS. | |
virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
void | writeChipResult (OStream &out, const TimeWalkTestResult::ChipTWResult &, const IOManager &manager) const throw (LogicError, IoError) |
void | readChipResult (IStream &in, TimeWalkTestResult::ChipTWResult &, const IOManager &manager) const throw (LogicError, IoError) |
Private Member Functions | |
TimeWalkTestResultStreamer () throw () | |
Static Private Attributes | |
bool | inMap |
Definition at line 13 of file TimeWalkTestResultStreamer.h.
|
Definition at line 8 of file TimeWalkTestResultStreamer.cpp. |
|
Should always succeed! Should always succeed! Reimplemented from SctData::IO::TestResultStreamer. Definition at line 32 of file TimeWalkTestResultStreamer.cpp. References SctData::TimeWalkTestResult::getChipResult(), Sct::IoError, and Sct::nChipModule. |
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 12 of file TimeWalkTestResultStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
Definition at line 46 of file TimeWalkTestResultStreamer.cpp. References Sct::IoError. |
|
This is because ISostream operator<<(string&) isnt const Reimplemented from SctData::IO::TestResultStreamer. Definition at line 18 of file TimeWalkTestResultStreamer.cpp. References SctData::TimeWalkTestResult::getChipResult(), Sct::IoError, and Sct::nChipModule. |
|
Definition at line 42 of file TimeWalkTestResultStreamer.cpp. References Sct::IoError. |
|
Definition at line 10 of file TimeWalkTestResultStreamer.cpp. |