You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OscillatorBasedClock::scheduleClockEventAt and OscillatorBasedClock::scheduleClockEventAfter functions calculate with the raw simtime values. If the raw value is 1E-12 then the calculation results in a zero and causes problems with message scheduling. These functions should use double arithmetic and include the oscillator compensation factor in the calculation.
The text was updated successfully, but these errors were encountered:
showcases/tsn/timesychronization/clockdrift, OutOfBandSynchronizationConstantDrift config
also add to config: *.source*.app[1].synchronizationOscillatorCompensationFactorError = uniform(0.5, 2) (this is needed for the error)
The OscillatorBasedClock::scheduleClockEventAt and OscillatorBasedClock::scheduleClockEventAfter functions calculate with the raw simtime values. If the raw value is 1E-12 then the calculation results in a zero and causes problems with message scheduling. These functions should use double arithmetic and include the oscillator compensation factor in the calculation.
The text was updated successfully, but these errors were encountered: