|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Thread-safe collector for simulation output metadata. More...
#include "output_metadata.h"
Public Member Functions | |
| OutputMetadataCollector (std::string output_dir) | |
| Constructs a metadata collector for the specified output directory. | |
| void | addFile (OutputFileMetadata file_metadata) |
| Adds metadata for one generated output file. | |
| OutputMetadata | snapshot () const |
| Returns a consistent snapshot of the collected metadata. | |
Thread-safe collector for simulation output metadata.
Definition at line 189 of file output_metadata.h.
|
explicit |
Constructs a metadata collector for the specified output directory.
Definition at line 338 of file output_metadata.cpp.
References params::endTime(), params::oversampleRatio(), params::params, params::rate(), params::Parameters::simulation_name, and params::startTime().
Here is the call graph for this function:| void core::OutputMetadataCollector::addFile | ( | OutputFileMetadata | file_metadata | ) |
Adds metadata for one generated output file.
Definition at line 348 of file output_metadata.cpp.
References max.
| OutputMetadata core::OutputMetadataCollector::snapshot | ( | ) | const |
Returns a consistent snapshot of the collected metadata.
Definition at line 354 of file output_metadata.cpp.
References max.