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

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 ChipNOResult &, const IOManager &manager) const throw (LogicError, IoError) |
| void | readChipResult (IStream &in, ChipNOResult &, const IOManager &manager) const throw (LogicError, IoError) |
Static Private Attributes | |
| bool | inMap |
The published and refresehd elements are: The (usually 12) noise occupancy graphs. The (usually 12) noise occupancy fits.
Definition at line 17 of file NoiseOccupancyTestResultStreamer.h.
|
||||||||||||||||
|
Should always succeed! Should always succeed! Reimplemented from SctData::IO::TestResultStreamer. Definition at line 34 of file NoiseOccupancyTestResultStreamer.cpp. References SctData::NoiseOccupancyTestResult::getChipResult(), and Sct::IoError. |
|
||||||||||||||||
|
This is because ISostream operator<<(string&) isnt const Reimplemented from SctData::IO::TestResultStreamer. Definition at line 24 of file NoiseOccupancyTestResultStreamer.cpp. References SctData::NoiseOccupancyTestResult::getChipResult(), and Sct::IoError. |
1.3-rc3