#include <DcsDataStreamer_v2.h>
Inheritance diagram for SctData::IO::DcsDataStreamer_v2:
Public Member Functions | |
virtual void | write (Sct::OStream &out, const Sct::Streamable &ob, const Sct::IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
Publishes ob to out. | |
virtual shared_ptr< Sct::Streamable > | read (Sct::IStream &in, const Sct::IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
Create a new Streamable object of the appropriate type from IS. | |
virtual void | read (Sct::IStream &in, Sct::Streamable &ob, const Sct::IOManager &manager) const throw (Sct::LogicError, Sct::IoError) |
Refreshes ob from in. | |
virtual unsigned | getVersion () const throw () |
Private Member Functions | |
DcsDataStreamer_v2 () throw () | |
Static Private Attributes | |
static unsigned | s_version |
static bool | inMap |
..
Definition at line 17 of file DcsDataStreamer_v2.h.
|
Refreshes ob from in.
Implements Sct::Streamer. Definition at line 38 of file DcsDataStreamer_v2.cpp. References SctData::ob, and SctData::DcsData::setParameter(). Here is the call graph for this function: ![]() |
|
Create a new Streamable object of the appropriate type from IS.
Implements Sct::Streamer. Definition at line 21 of file DcsDataStreamer_v2.cpp. |
|
Publishes ob to out.
Implements Sct::Streamer. Definition at line 27 of file DcsDataStreamer_v2.cpp. References SctData::DcsData::getAllParameterNames(), SctData::DcsData::getParameter(), SctData::DcsData::getTime(), and SctData::ob. Here is the call graph for this function: ![]() |