Bug 33 - Add a Simulator::DisableSchedule method
Add a Simulator::DisableSchedule method
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P3 enhancement
Assigned To: Mathieu Lacage
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-31 09:41 EDT by Mathieu Lacage
Modified: 2009-11-23 08:24 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2007-05-31 09:41:42 EDT
this method would be a sort of "soft" way of stopping a simulation: it would set a boolean which would be checked before inserting an event in the event list. If the bool is true, no events are interted anymore.

I am not sure how different this method would be from Simulator::Stop or Simulator::StopAt.
Comment 1 Tom Henderson 2008-06-05 10:53:48 EDT
not a blocker (enhancement)
Comment 2 Mathieu Lacage 2009-11-23 08:24:43 EST
I can't even remember what this would be used for and, again, this looks like a duplicate of the Simulator::Stop method