|
The Sparta Modeling Framework
|
Controller used when attaching to an archive outside of any live simulation. More...
#include <ArchiveController.hpp>


Public Member Functions | |
| OfflineArchiveController (const std::string &source_archive_dir) | |
| bool | synchronize () override |
| void | saveTo (const std::string &dir) override |
Public Member Functions inherited from sparta::statistics::ArchiveController | |
Controller used when attaching to an archive outside of any live simulation.
Definition at line 68 of file ArchiveController.hpp.
|
inlineexplicit |
Definition at line 71 of file ArchiveController.hpp.
|
overridevirtual |
Make a deep copy of the current archived data into a new directory.
Implements sparta::statistics::ArchiveController.
|
overridevirtual |
Offline archives (outside of any simulation) are synchronous. This method does not have any effect.
Implements sparta::statistics::ArchiveController.