src/mobility/hierarchical-mobility-model.cc
Fri, 16 May 2008 15:52:04 -0700 Mathieu Lacage merge with HEAD
Wed, 14 May 2008 09:44:39 -0700 Mathieu Lacage add missing getters
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.
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Wed, 09 Apr 2008 12:15:24 -0700 Mathieu Lacage get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
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
Tue, 11 Mar 2008 13:34:29 -0700 Mathieu Lacage TraceSourceConnect -> TraceConnect && TraceSourceDisconnect -> TraceDisconnect
Wed, 05 Mar 2008 00:16:39 +0100 Mathieu Lacage another typo in Attribute names.
Tue, 04 Mar 2008 23:23:37 +0100 Mathieu Lacage ensure proper initialization
Mon, 03 Mar 2008 02:07:40 +0100 Mathieu Lacage kill old code.
Mon, 03 Mar 2008 01:58:57 +0100 Mathieu Lacage kill TraceResolver et al.
Thu, 21 Feb 2008 19:28:41 +0100 Mathieu Lacage AddParameter -> AddAttribute
Wed, 20 Feb 2008 20:24:52 +0100 Mathieu Lacage ParamSpec -> Accessor
Mon, 18 Feb 2008 00:18:45 +0100 Mathieu Lacage split checker from ParamSpec.
Sun, 17 Feb 2008 04:38:34 +0100 Mathieu Lacage split initial value from ParamSpec.
Fri, 08 Feb 2008 18:24:35 +0100 Mathieu Lacage merge with HEAD
Fri, 08 Feb 2008 17:52:20 +0100 Mathieu Lacage add hierarchical support to MobilityHelper
Thu, 31 Jan 2008 22:23:46 +0100 Mathieu Lacage AddInterface -> AggregateObject
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
Tue, 15 Jan 2008 12:43:07 +0100 Mathieu Lacage iid (void) -> GetTypeId (void)
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Thu, 03 Jan 2008 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
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 11:59:46 +0100 Gustavo J. A. M. Carneiro merge
Thu, 19 Jul 2007 12:38:30 +0200 Mathieu Lacage create a mobility module
Wed, 12 Sep 2007 09:34:38 +0200 Mathieu Lacage fix copyright statements
Sun, 12 Aug 2007 18:28:37 +0200 Mathieu Lacage replace the adhoc mobility course change callbacks with a trace source
Mon, 23 Jul 2007 15:53:54 +0200 Mathieu Lacage mobility models
less more (0) tip