#include <envirext.h>
Public Methods | |
Constructor, destructor | |
cSnapshotManager () | |
virtual | ~cSnapshotManager () |
Controlling the beginning and end of collecting data. | |
virtual void | startRun ()=0 |
virtual void | endRun ()=0 |
Snapshot management | |
virtual ostream* | getStreamForSnapshot ()=0 |
virtual void | releaseStreamForSnapshot (ostream *os)=0 |
virtual const char* | fileName () const=0 |
The default output snapshot manager is cFileSnapshotManager, defined in the Envir library.
|
Constructor. |
|
Destructor. |
|
Called at the end of a simulation run. |
|
Returns the snapshot file name. Returns NULL if this object is not working into a file output. |
|
Returns a stream where a snapshot can be written. |
|
Releases a stream after a snapshot was written. |
|
Called at the beginning of a simulation run. |