Mercurial
ns-3-dev
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
|
help
(0)
-60
tip
src/simulator/simulator.h
2009-11-12
Simulator::SetScheduler now takes an ObjectFactory
file
|
diff
|
annotate
2009-05-19
bug 560: remove deprecated methods.
file
|
diff
|
annotate
2009-01-14
Correct documentation
file
|
diff
|
annotate
2009-01-13
Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375)
file
|
diff
|
annotate
2008-10-27
remove realtime public API.
file
|
diff
|
annotate
2008-10-15
move MakeEvent out of Simulator
file
|
diff
|
annotate
2008-10-15
avoid using Ptr<EventImpl>
file
|
diff
|
annotate
2008-10-15
remove uneeded include.
file
|
diff
|
annotate
2008-10-14
slight reorganization and naming change for added realtime methods
file
|
diff
|
annotate
2008-10-10
add dangerous realtime scheduling methods in an intentionally harder to find and use way
file
|
diff
|
annotate
2008-10-10
make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator
file
|
diff
|
annotate
2008-08-06
Bug #270: Simulator::RunOneEvent
file
|
diff
|
annotate
2008-07-28
bug 252: get rid of dead code.
file
|
diff
|
annotate
2008-07-18
make simulator implementation replaceable via global default value
file
|
diff
|
annotate
2008-07-17
factor simulator into interface and (multiple) implementation pieces
file
|
diff
|
annotate
2008-07-08
kill dead unimplemented API
file
|
diff
|
annotate
2008-07-02
export new methods for language bindings
file
|
diff
|
annotate
2008-05-30
fix a couple of XXX
file
|
diff
|
annotate
2008-05-29
Doxygen organization
file
|
diff
|
annotate
2008-05-29
Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
file
|
diff
|
annotate
2008-04-09
Make sure that we really attempt to destroy everything upon process exit. Gets rid of spurious leak reports in valgrind.
file
|
diff
|
annotate
2008-03-03
do not use DefaultValues in simulator
file
|
diff
|
annotate
2007-11-21
bug 104: add a method to retrive the maximum simulation time.
file
|
diff
|
annotate
2007-10-08
remove 'All rights reserved' mention
file
|
diff
|
annotate
2007-10-08
merge with HEAD
file
|
diff
|
annotate
2007-10-03
add Simulator::GetDelayLeft
file
|
diff
|
annotate
2007-09-28
merge
file
|
diff
|
annotate
2007-07-19
remove schedule API to allow canceling and removing now and destroy events
file
|
diff
|
annotate
2007-08-24
fix first part of errors introduced by new tests
file
|
diff
|
annotate
2007-07-27
be more consistant in the handling of references
file
|
diff
|
annotate
2007-07-27
more optimizations
file
|
diff
|
annotate
2007-07-27
use a Ptr<> to manage EventImpl instances
file
|
diff
|
annotate
2007-07-23
add support to cancel Now and Destroy events.
file
|
diff
|
annotate
2007-07-19
finish support for references as arguments to event handlers
file
|
diff
|
annotate
2007-07-19
fix testcase
file
|
diff
|
annotate
2007-07-19
rename traits to handle Ptr<> object pointers
file
|
diff
|
annotate
2007-07-19
revert george's fix to support events with references as arguments
file
|
diff
|
annotate
2007-07-12
Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
file
|
diff
|
annotate
2007-07-13
Simplifications to the point to point devices and channel
file
|
diff
|
annotate
2007-05-24
fix bug 24
file
|
diff
|
annotate
2007-05-24
more dox improvements
file
|
diff
|
annotate
2007-05-24
avoid cyclic dependency between Simulator and Time code
file
|
diff
|
annotate
2007-05-09
fix doxygen doc error
file
|
diff
|
annotate
2007-05-04
merge with HEAD
file
|
diff
|
annotate
2007-05-02
make sure that Simulator::Cancel deals correctly with events which were already scheduled
file
|
diff
|
annotate
2007-04-26
Incorporated defaults and command-line arguments
file
|
diff
|
annotate
2007-03-18
move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
file
|
diff
|
annotate
2006-11-03
fix Simulator doxygen warnings
file
|
diff
|
annotate
2006-11-01
fix coding style
file
|
diff
|
annotate
2006-10-28
implement overloads for ScheduleNow and ScheduleDestroy
file
|
diff
|
annotate
2006-10-28
start of work to re-implement Schedule* methods
file
|
diff
|
annotate
2006-10-28
move event generation to MakeEvent methods
file
|
diff
|
annotate
2006-10-20
change emacs mode to new NS3 elisp mode
file
|
diff
|
annotate
2006-10-06
improve the IsExpired documentation
file
|
diff
|
annotate
2006-10-06
fix coding style
file
|
diff
|
annotate
2006-10-02
try to get rid of tabs which sneaked in
file
|
diff
|
annotate
2006-10-02
fix emacs tab mode (reported by george)
file
|
diff
|
annotate
2006-10-02
add Simulator::enableParallelSimulation method
file
|
diff
|
annotate
2006-10-02
rename time.h to nstime.h
file
|
diff
|
annotate
2006-09-29
change Time into Time const &
file
|
diff
|
annotate
(0)
-60
tip