#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) |
Publishes ob to out. | |
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) |
Refreshes ob from in. | |
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. |
|
Refreshes ob from in.
Implements Sct::Streamer. Definition at line 31 of file ModuleConfigurationStreamer.cpp. References ABCDModule::active, ABCDModule::chip, ABCDModule::groupId, Sct::IoError, ABCDModule::present, ABCDModule::pTTC, ABCDModule::rTTC, ABCDModule::rx, and ABCDModule::select. |
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 13 of file ModuleConfigurationStreamer.cpp. References Sct::IoError, and Sct::File::read(). |
|
Definition at line 66 of file ModuleConfigurationStreamer.cpp. |
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 19 of file ModuleConfigurationStreamer.cpp. References ABCDModule::active, ABCDModule::chip, ABCDModule::groupId, Sct::IoError, ABCDModule::present, ABCDModule::pTTC, ABCDModule::rTTC, ABCDModule::rx, and ABCDModule::select. |
|
Definition at line 44 of file ModuleConfigurationStreamer.cpp. |
|
The static dummy variable for the IOManager map.
Definition at line 10 of file ModuleConfigurationStreamer.cpp. |