|
Bugzilla – Full Text Bug Listing |
| Summary: | Add a Simulation::CancelByClassPointer (T *classInstance) method | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | core | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | fabian.astudillo.salinas, gjcarneiro, ns-bugs |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Mathieu Lacage
2007-05-31 09:38:54 UTC
My EventCollectorClass in [1] tris to solve this problem in a different way. http://code.nsnam.org/gjc/ns-3-olsr-support/file/190372a33951/src/simulator/event-collector.h not a blocker (enhancement) Like I needed create and erase the nodes during the simulation. I modified the Simulator Class to cancel the events by context. |