Skip to content
Snippets Groups Projects
Andreas Rauschert's avatar
Andreas Rauschert authored
- the "using SimulationTime=..." directive was moved to
Common/time_utils.h and renamed to "using Time=...". Please use this one
- SimulationTime was then redefined in Common/simulation_time.h as
"struct" to hold the simulation time (current&delta)

Signed-off-by: default avatarAndreas Rauschert <andreas.rb.rauschert@bmw.de>
25a0088a
History
Name Last commit Last update
MantleAPI
cmake
CMakeLists.txt
LICENSE.txt
README.md

Scenario API

A collection of interfaces for abstraction between a scenario engine and an environment simulator. It is intended to be usable with a wide variety of scenario description languages by implementing according scenario engines.

Remark: This is currently work in progress and no stable state is reached yet.