#include <TrimRangeTestResultStreamer.h>
Inheritance diagram for SctData::IO::TrimRangeTestResultStreamer:
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) |
Private Member Functions | |
void | writeData (OStream &out, const TrimRangeTestResult::ChipTrimData &ob, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
void | readData (IStream &in, TrimRangeTestResult &mytest, TrimRangeTestResult::ChipTrimData &ob, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
void | writeTrim (OStream &out, const TrimRangeTestResult::ChipTrim &ob, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
void | readTrim (IStream &in, TrimRangeTestResult &mytest, TrimRangeTestResult::ChipTrim &ob, const IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
TrimRangeTestResultStreamer () throw () | |
Constructor is private. | |
Static Private Attributes | |
bool | inMap |
The static dummy variable for the IOManager map. |
The published and refreshed elements are:
Definition at line 22 of file TrimRangeTestResultStreamer.h.
|
Constructor is private.
Definition at line 16 of file TrimRangeTestResultStreamer.cpp. |
|
Should always succeed! Should always succeed! Reimplemented from SctData::IO::TestResultStreamer. Definition at line 49 of file TrimRangeTestResultStreamer.cpp. References SctData::TrimRangeTestResult::algorithm, SctData::TrimRangeTestResult::charge, SctData::TrimRangeTestResult::chipTrim, SctData::TrimRangeTestResult::chipTrimData, Sct::IoError, Sct::nChipModule, and SctData::TrimRangeTestResult::type. |
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 21 of file TrimRangeTestResultStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
Definition at line 125 of file TrimRangeTestResultStreamer.cpp. References Sct::IoError, Sct::nChannelChip, SctData::Stat< T >::valid, and SctData::Stat< T >::value. |
|
Definition at line 95 of file TrimRangeTestResultStreamer.cpp. References Sct::nChannelChip, range, trim, SctData::Stat< T >::valid, and SctData::Stat< T >::value. |
|
This is because ISostream operator<<(string&) isnt const Reimplemented from SctData::IO::TestResultStreamer. Definition at line 27 of file TrimRangeTestResultStreamer.cpp. References SctData::TrimRangeTestResult::algorithm, SctData::TrimRangeTestResult::charge, SctData::TrimRangeTestResult::chipTrim, SctData::TrimRangeTestResult::chipTrimData, Sct::IoError, and SctData::TrimRangeTestResult::type. |
|
Definition at line 112 of file TrimRangeTestResultStreamer.cpp. References Sct::IoError, SctData::Stat< T >::valid, and SctData::Stat< T >::value. |
|
Definition at line 80 of file TrimRangeTestResultStreamer.cpp. References Sct::nChannelChip, trim, SctData::Stat< T >::valid, and SctData::Stat< T >::value. |
|
The static dummy variable for the IOManager map.
Definition at line 18 of file TrimRangeTestResultStreamer.cpp. |