#include <ModuleConfigurationStreamer.h>
Inheritance diagram for SctData::IO::ModuleConfigurationStreamer:
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) |
Private Member Functions | |
void | readChipConfig (IStream &in, ABCDChip &data) const throw (Sct::LogicError, Sct::IoError) |
void | writeChipConfig (OStream &out, const ABCDChip &data) const throw (Sct::LogicError, Sct::IoError) |
ModuleConfigurationStreamer () throw () | |
The private constructor. | |
Static Private Attributes | |
bool | inMap |
The static dummy variable for the IOManager map. |
Definition at line 19 of file ModuleConfigurationStreamer.h.
|
The private constructor.
Definition at line 8 of file ModuleConfigurationStreamer.cpp. |
|
The static dummy variable for the IOManager map.
Definition at line 10 of file ModuleConfigurationStreamer.cpp. |