$darkmode
#include <cstdint>#include <functional>#include <map>#include <memory>#include <string>#include <vector>#include <boost/optional.hpp>#include <cloe/controller.hpp>#include <cloe/core.hpp>#include <cloe/registrar.hpp>#include <cloe/simulator.hpp>#include <cloe/sync.hpp>#include <cloe/trigger/nil_event.hpp>#include <cloe/utility/statistics.hpp>#include <cloe/utility/timer.hpp>#include <cloe/vehicle.hpp>#include "coordinator.hpp"#include "registrar.hpp"#include "server.hpp"#include "stack.hpp"#include "utility/command.hpp"#include "utility/progress.hpp"#include "utility/time_event.hpp"Go to the source code of this file.
Classes | |
| class | engine::SimulationSync |
| class | engine::SimulationProgress |
| struct | engine::SimulationStatistics |
| struct | engine::SimulationContext |
Enumerations | |
| enum class | engine::SimulationOutcome { NoStart , Aborted , Stopped , Failure , Success } |
|
strong |
SimulationOutcome describes the possible outcomes a simulation can have.
| Enumerator | |
|---|---|
| NoStart | Simulation unable to start. |
| Aborted | Simulation aborted due to technical problems or interrupt. |
| Stopped | Simulation concluded, but without valuation. |
| Failure | Simulation explicitly concluded with failure. |
| Success | Simulation explicitly concluded with success. |