simulation: add dynamic simulation step sizes#352
Draft
MariusBgm wants to merge 5 commits into
Draft
Conversation
Change TimeAdvanceMode::ByMinimalDuration to trigger SimTasks with timestamps of all other sync. participants; Add Integration Tests; Remove automatic creation of TimeSynService in SimTestHarness Signed-off-by: Konrad Breitsprecher <Konrad.Breitsprecher@vector.com> rework: reorganize and activate debug statements config: make default TimeAdvanceMode configurable (hacky boolean) remove API for dynsteps, enable dyn steps by default, allo opt out by config Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
c7ebe78 to
97f5bec
Compare
…or.com> Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
…er@vector.com> disable by default, ensure ITest_DifferentPeriods does not hang indefinitely Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
…tsprecher@vector.com> add capability check for remote participants using dynstep, allow opt-out on client side Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
…ad.Breitsprecher@vector.com> fix memory leaks in test Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
allow modifying the simulation step size and ensure that distributed participants only advance virtual time to the minimum time step.
Updates: