samples/main-random-walk.cc
Thu, 29 May 2008 11:45:57 +0100 Gustavo J. A. M. Carneiro 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.
Wed, 14 May 2008 19:24:17 -0400 tjkopena Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
Tue, 22 Apr 2008 22:08:53 -0700 Tom Henderson Fix two nits that escaped checkin
Tue, 22 Apr 2008 21:19:39 -0700 Tom Henderson branch merge
Sun, 13 Apr 2008 15:46:17 -0700 Tom Henderson Align helper API use of Install()
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Wed, 26 Mar 2008 14:17:58 -0700 Mathieu Lacage fallout from gustavo's header inclusion policy change.
Mon, 24 Mar 2008 13:57:26 -0700 Mathieu Lacage use auto-generated per-module headers
Mon, 24 Mar 2008 10:42:18 -0700 Mathieu Lacage change signature of MobilityHelper::Layout and MobilityHelper::LayoutAll.
Sat, 15 Mar 2008 19:31:57 +0100 Mathieu Lacage more ns3:: prefix fixes.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Tue, 11 Mar 2008 13:46:22 -0700 Mathieu Lacage Config::Connect -> Config::ConnectWithoutContext && Config::ConnectWithContext -> Config::Connect
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Sun, 09 Mar 2008 23:43:52 +0100 Mathieu Lacage rewrite CommandLine to not handle DefaultValues anymore.
Sun, 02 Mar 2008 22:52:55 +0100 Mathieu Lacage use Config-based trace system
Wed, 27 Feb 2008 21:41:34 +0100 Mathieu Lacage introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
Fri, 08 Feb 2008 18:24:35 +0100 Mathieu Lacage merge with HEAD
Fri, 08 Feb 2008 04:11:48 +0100 Mathieu Lacage convert Mobility subsystem to Value framework
Thu, 31 Jan 2008 22:23:46 +0100 Mathieu Lacage AddInterface -> AggregateObject
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 08 Nov 2007 12:36:15 +0100 Mathieu Lacage GetSpeed -> GetVelocity
Thu, 08 Nov 2007 12:33:30 +0100 Mathieu Lacage replace Position and Speed by Vector
Thu, 08 Nov 2007 11:24:41 +0100 Mathieu Lacage rename MobilityModel::Get/Set to GetPosition/SetPosition
Fri, 28 Sep 2007 19:13:19 +0100 Gustavo J. A. M. Carneiro On course-change, print velocity in addition to position.
Fri, 28 Sep 2007 19:04:11 +0100 Gustavo J. A. M. Carneiro Create real nodes, not just mobility models.
Fri, 28 Sep 2007 16:54:04 +0100 Gustavo J. A. M. Carneiro Update random mobility sample to new API
Wed, 18 Jul 2007 17:56:43 +0200 Mathieu Lacage get rid of old buggy random walk model
Wed, 04 Jul 2007 10:27:49 +0200 Mathieu Lacage use new MobilityModel::Get and remove old one.
Wed, 04 Jul 2007 10:15:18 +0200 Mathieu Lacage position.h -> mobility-model.h
Wed, 04 Jul 2007 10:04:08 +0200 Mathieu Lacage Position -> MobilityModel
Wed, 04 Jul 2007 09:56:22 +0200 Mathieu Lacage PositionSetNotifier -> MobilityModelNotifier
Mon, 02 Jul 2007 15:28:28 +0200 Mathieu Lacage increase sample simulation run
Mon, 02 Jul 2007 15:15:25 +0200 Mathieu Lacage make the sample code actually do something
Mon, 02 Jul 2007 15:08:10 +0200 Mathieu Lacage improve sample code, make it build
Mon, 02 Jul 2007 14:57:19 +0200 Mathieu Lacage rework the notification mechanism to allow its optional use with every position model
less more (0) tip