Bugzilla – Bug 191
Application::Start/Stop, time parameter inconsistent with Simulator::Schedule, Simulator::StopAt(time)->Stop(time)
Last modified: 2008-07-01 13:32:32 UTC
Problem described in the mailing list thread "Application::Start/Stop, time parameter inconsistent with Simulator::Schedule": http://www.nabble.com/Application::Start-Stop,-time-parameter-inconsistent-with-Simulator::Schedule-td17490805.html I will cook a patch to make all times relative and remove the At suffixes.
Created attachment 139 [details] patch to make all times relative
looks good to me. I assume you reviewed all callers of Application::Start and Stop to verify that they would still work unmodified with the new semantics ?
(In reply to comment #2) > looks good to me. I assume you reviewed all callers of Application::Start and > Stop to verify that they would still work unmodified with the new semantics ? > Yes. This only affects Start/Stop in the middle of a simulation. At the start of simulation relative/absolute makes no difference.
Committed.