samples/main-random-topology.cc
Tue, 10 Mar 2009 14:18:32 +0100 Mathieu Lacage StaticMobilityModel -> ConstantPositionMobilityModel, StaticSpeedMobilityModel -> ConstantVelocityMobilityModel
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 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:29:22 +0100 Mathieu Lacage need to use ns3:: prefix for TypeId names now.
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
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 04:11:48 +0100 Mathieu Lacage convert Mobility subsystem to Value framework
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: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
Sun, 12 Aug 2007 18:28:37 +0200 Mathieu Lacage replace the adhoc mobility course change callbacks with a trace source
Wed, 08 Aug 2007 16:41:59 +0200 Mathieu Lacage rename Bind to DefaultValue::Bind. fix bug 62
Mon, 23 Jul 2007 15:53:54 +0200 Mathieu Lacage mobility models
less more (0) tip