Commit Graph

142 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
1dfdd4d034 bug 482: Add constant acceleration mobility model 2009-03-10 14:27:58 +01:00
Mathieu Lacage
5068a17769 StaticSpeedHelper -> ConstantVelocityHelper 2009-03-10 14:24:56 +01:00
Mathieu Lacage
cddb3bfe23 StaticMobilityModel -> ConstantPositionMobilityModel, StaticSpeedMobilityModel -> ConstantVelocityMobilityModel 2009-03-10 14:18:32 +01:00
Raj Bhattacharjea
eb416a364b Mathieu's patch: update users of GetSingleValue 2009-01-22 14:12:56 -05:00
Raj Bhattacharjea
a0ce50f7ff Proposed RNG API changes 2009-01-13 17:15:44 -05:00
Gustavo J. A. M. Carneiro
2007671aa0 merge 2009-01-09 11:44:13 +00:00
Mauro Tortonesi
4bdb706cf0 bug 461: RandomWaypointMobilityModel broken 2009-01-09 08:34:08 +01:00
Mauro Tortonesi
c41be20e40 bug 460: ListPositionAllocator bug 2009-01-09 08:31:17 +01:00
Gustavo J. A. M. Carneiro
f19d54fddd Upgrade to new WAF, work in progress 2008-12-29 13:28:54 +00:00
Mathieu Lacage
026673fa36 bug 420: avoid valgrind warning 2008-11-26 12:42:51 +01:00
Mathieu Lacage
4d380ed257 rework StaticSpeedHelper API 2008-10-24 12:27:47 +02:00
Mathieu Lacage
4cfeba2bf7 We cannot default-construct the position of a mobility model. 2008-09-02 14:44:25 -07:00
Mathieu Lacage
c43918d4c2 doxygen a couple of missing functions. Add acouple of more comments to existing mobility models 2008-06-04 12:29:07 -07:00
Mathieu Lacage
b91e3b0e4c ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER 2008-05-26 20:48:54 -07:00
Mathieu Lacage
0d86d03be0 kill ATTRIBUTE_HELPER_HEADER_1 2008-05-26 20:44:19 -07:00
Mathieu Lacage
2c57f536e3 merge with HEAD 2008-05-16 15:52:04 -07:00
Unknown
3226ce7f09 Changed MobilityModel::m_trace to be more descriptive. 2008-05-15 07:46:03 -04:00
Unknown
1b12b95ee9 Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc. 2008-05-14 19:24:17 -04:00
Mathieu Lacage
ae1fed72b1 add missing getters 2008-05-14 09:44:39 -07:00
Mathieu Lacage
7be1b92968 merge with HEAD 2008-04-21 09:04:08 -07:00
Mathieu Lacage
3b711f9852 improve the auto-generated doxygen output. 2008-04-17 15:30:18 -07:00
Mathieu Lacage
4ff40c4a07 get rid of Attribute class. Use AttributeValue subclasses directly. 2008-04-17 13:42:25 -07:00
Mathieu Lacage
1649c1dc65 NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION 2008-04-15 15:10:53 -07:00
Mathieu Lacage
e110fea8ff get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class. 2008-04-09 12:15:24 -07:00
Mathieu Lacage
d1d683ee21 remove 'All rigts reserved' keyword per tom's suggestion 2008-03-31 14:56:41 -07:00
Mathieu Lacage
048ffbe7d3 move another helper to the helper dir 2008-03-21 13:24:15 -07:00
Mathieu Lacage
e5818f9865 remove references to non-existant code. 2008-03-21 13:24:01 -07:00
Mathieu Lacage
48a799a6ac fix dox warnings 2008-03-21 13:06:34 -07:00
Mathieu Lacage
6a96f3f3ea improve doxygen and add explicit getters/setters 2008-03-15 23:25:13 +01:00
Gustavo J. A. M. Carneiro
9cf6137916 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to. 2007-12-26 13:40:39 +00:00
Mathieu Lacage
c4b1bff412 move helpers to their own dir. 2008-03-13 14:24:45 -07:00
Mathieu Lacage
848cb7cfb5 add back support for introspected doxygen. 2008-03-13 12:56:49 -07:00
Mathieu Lacage
5a7be54e31 make sure attributes always start with a capital letter. 2008-03-12 10:18:14 -07:00
Mathieu Lacage
4227fc706d fix typo 2008-03-12 10:17:52 -07:00
Mathieu Lacage
b97dfc9450 fix doxygen errors 2008-03-12 09:31:50 -07:00
Mathieu Lacage
3c32879211 Config::Connect -> Config::ConnectWithoutContext && Config::ConnectWithContext -> Config::Connect 2008-03-11 13:46:22 -07:00
Mathieu Lacage
5d2044ae93 TraceSourceConnect -> TraceConnect && TraceSourceDisconnect -> TraceDisconnect 2008-03-11 13:34:29 -07:00
Mathieu Lacage
b5a8d46096 get rid of CreateObjectWith 2008-03-11 13:30:12 -07:00
Mathieu Lacage
a4c5f55812 rename old VALUE leftovers 2008-03-10 00:46:44 +01:00
Mathieu Lacage
514685e9a6 attribute should be Uinteger, not Integer 2008-03-10 00:32:36 +01:00
Mathieu Lacage
9b1a38aa42 kill dead code. 2008-03-10 00:32:24 +01:00
Mathieu Lacage
9af9500a0c forgot to ensure registration of GridPositionAllocator. 2008-03-10 00:29:41 +01:00
Mathieu Lacage
90a26d4d51 another typo in Attribute names. 2008-03-05 00:16:39 +01:00
Mathieu Lacage
90a367e2e1 use the right attribute names 2008-03-04 23:48:18 +01:00
Mathieu Lacage
5273535527 ensure proper initialization 2008-03-04 23:23:37 +01:00
Mathieu Lacage
a02c29d25b remove from build removed files 2008-03-03 19:01:25 +01:00
Mathieu Lacage
ec5c7742d9 kill usage of default-value.h 2008-03-03 18:49:21 +01:00
Mathieu Lacage
6916fd5c3b kill dead code 2008-03-03 18:48:10 +01:00
Mathieu Lacage
163c32fc28 kill old code. 2008-03-03 02:07:40 +01:00
Mathieu Lacage
a786828ddf kill TraceResolver et al. 2008-03-03 01:58:57 +01:00