|
The Sparta Modeling Framework
|
Controller used when SPARTA simulations are directly feeding data into a tempdir archive. More...
#include <ArchiveController.hpp>


Public Member Functions | |
| LiveSimulationArchiveController (ReportStatisticsArchive *live_archive) | |
| bool | synchronize () override |
| void | saveTo (const std::string &dir) override |
Public Member Functions inherited from sparta::statistics::ArchiveController | |
Controller used when SPARTA simulations are directly feeding data into a tempdir archive.
Definition at line 44 of file ArchiveController.hpp.
|
inlineexplicit |
Definition at line 47 of file ArchiveController.hpp.
|
overridevirtual |
Make a deep copy of the current archived data into a new directory.
Implements sparta::statistics::ArchiveController.
|
overridevirtual |
Live simulations' data sources buffer data into an ofstream. Calling this method will flush those buffers to disk.
Implements sparta::statistics::ArchiveController.