vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

ITest_Dashboard: delay Stop() in SimStepHandler #18

Closed VJanKraemer closed 7 months ago

VJanKraemer commented 7 months ago

Subject

The netsim_coordinated test would immediately call the stop function of the simulation participant which would result in the dashboard 'seeing' the stop state before the running state and the test would fail.

This delays the Stop() until at least on step duration has passed (1 step) which fixes the issue of dashboard missing states.

Developer checklist (address before review)