61 {
"elapsed", r.
elapsed}, {
"errors", r.
errors}, {
"outcome", r.outcome},
Definition: simulation_sync.hpp:34
std::chrono::nanoseconds Duration
Definition: cloe_fwd.hpp:36
nlohmann::json Json
Definition: fable_fwd.hpp:35
SimulationOutcome
Definition: simulation_outcome.hpp:33
Definition: simulation_result.hpp:35
cloe::Duration elapsed
Contains the wall-clock time passed.
Definition: simulation_result.hpp:48
fable::Json triggers
The list of triggers run (i.e., the history).
Definition: simulation_result.hpp:54
SimulationSync sync
Contains data regarding the time synchronization.
Definition: simulation_result.hpp:45
SimulationStatistics statistics
Statistics regarding the simulation performance.
Definition: simulation_result.hpp:51
std::vector< std::string > errors
Collection of errors from running the simulation.
Definition: simulation_result.hpp:39
std::string uuid
UUID of the simulation run.
Definition: simulation_result.hpp:42
fable::Json report
The final report, as constructed from Lua.
Definition: simulation_result.hpp:57
Definition: simulation_statistics.hpp:29