Skip to content
Snippets Groups Projects
Commit db325a85 authored by Arun Das's avatar Arun Das
Browse files

- rename 'SimulationTime' typedef to 'Time' and rename simulation_time.h to time_utils.h

- add new SimulationTime struct containing the current_sim_time and the last_delta_time
- Add 'SimulationTime GetSimulationTime()' to IEnvironment for fixing SimulationTimeCondition
- Add 'HasControlStrategyGoalBeenReached' to IEnvironment to check with the controller, if an action can be set to 'completed' state
- Add ControlStrategyType to avoid dynamic_cast
- followed C++ guideline for enum values with leading k...
- cleaned up deprecated controller configs

Signed-off-by: default avatarArun Das <arun.das@bmw.de>
parent 0f5245fc
No related branches found
No related tags found
1 merge request!3Update API
Showing
with 189 additions and 99 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment