cloe icon indicating copy to clipboard operation
cloe copied to clipboard

Time event trigger point questionable

Open cassava opened this issue 3 years ago • 1 comments

If we insert an event with time=20ms, then it will trigger at simulation timepoint 0ms, because sync.time() returns the target time, not the actual time.

See: engine/src/simulation.cpp:987 and engine/src/simulation.cpp:805

cassava avatar Dec 13 '22 11:12 cassava

The correct timing of all this should be thoroughly documented!

cassava avatar Dec 13 '22 11:12 cassava