#include <FullBypassTestResultStreamer.h>
Inheritance diagram for SctData::IO::FullBypassTestResultStreamer:

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) |
| virtual void | read (IStream &in, Streamable &ob, const IOManager &manager) const throw (LogicError, IoError) |
| void | writeChipResult (OStream &out, const FullBypassTestResult::ChipFBResult &, const IOManager &manager) const throw (LogicError, IoError) |
| void | readChipResult (IStream &in, FullBypassTestResult::ChipFBResult &, const IOManager &manager) const throw (LogicError, IoError) |
Static Private Attributes | |
| bool | inMap |
Definition at line 15 of file FullBypassTestResultStreamer.h.
|
||||||||||||||||
|
Should always succeed! Should always succeed! Reimplemented from SctData::IO::TestResultStreamer. Definition at line 32 of file FullBypassTestResultStreamer.cpp. References SctData::FullBypassTestResult::getChipResult(), Sct::IoError, SctData::FullBypassTestResult::setNConfig(), and SctData::FullBypassTestResult::setVddNom(). |
|
||||||||||||||||
|
This is because ISostream operator<<(string&) isnt const Reimplemented from SctData::IO::TestResultStreamer. Definition at line 18 of file FullBypassTestResultStreamer.cpp. References SctData::FullBypassTestResult::getChipResult(), SctData::FullBypassTestResult::getNConfig(), SctData::FullBypassTestResult::getVddNom(), and Sct::IoError. |
1.3-rc3