Bug 33 - Add a Simulator::DisableSchedule method
: Add a Simulator::DisableSchedule method
Status: RESOLVED INVALID
: ns-3
simulation core
: pre-release
: All All
: P3 enhancement
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-05-31 09:41 EDT by
Modified: 2009-11-23 08:24 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 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 From 2008-06-05 10:53:48 EDT -------
not a blocker (enhancement)
------- Comment #2 From 2009-11-23 08:24:43 EDT -------
I can't even remember what this would be used for and, again, this looks like a
duplicate of the Simulator::Stop method