simulation_completion_checker
Last update: 19.09.2025Checks for the completion status of a simulation.
Definition simulation_completion_checker.h:36
bool IsSimulationFinished() const
Checks if the simulation has completed.
std::chrono::milliseconds GetSimulationDuration() const
Retrieves the total duration of the simulation.
SimulationCompletionChecker(std::shared_ptr< core::time::IClock > clock_ptr)
Constructs a SimulationCompletionChecker instance.
Interface for determining simulation completion.
Definition i_simulation_completion_checker.h:26
The namespace for all autonomy specific functionalities.
The top namespace for simulation framework.