Commit Graph

156 Commits

Author SHA1 Message Date
Andrey Mazo
892d5e3f3d spell check, mostly in comments. 2010-04-23 15:09:31 +04:00
Dan Broyles
e0f6264cea Minor comment update to Gauss-Markov mobility model 2010-03-04 23:02:01 -05:00
Dan Broyles
8a0331ab36 Merge Gauss Markov Mobility Model 2010-03-03 10:58:27 -05:00
Josh Pelkey
b5c8940956 Fix non-undocumented warnings in doxygen, also update doxygen.conf 2010-02-23 12:54:13 -05:00
Faker Moatamri
9deb5bea02 Fix builds for g++-3.4.6,4.0.4,4.1.2, in steady-state-random-waypoint-mobility-model.cc, it calls node.create (double instead of uint32_t) 2010-02-12 10:52:25 +01:00
Denis Fakhriev
74de67b8f5 Steady-state RWP model 2010-02-09 09:09:16 -05:00
Guillaume Seguin
a23934a4b7 Make applications generate traffic within their associated context/node 2009-11-14 17:47:05 +01:00
Nicola Baldo
b4fde3c459 added UniformDiscPositionAllocator (bug 672) 2009-11-13 16:45:28 +01:00
Phillip Sitbon
6a54bf77c4 Variables time and position in waypoint are public as in the original code 2009-11-11 11:57:14 +01:00
Phillip Sitbon
a12e6a18c2 Add Waypoint Mobility model to mainstream 2009-11-10 12:10:35 +01:00
Sebastien Vincent
9f16bba32e Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf. 2009-09-18 22:18:06 +02:00
Mathieu Lacage
7e5b776cda introduce Vector2D and Vector3D 2009-08-14 11:53:23 +02:00
Gustavo J. A. M. Carneiro
0c8ec6fa07 HierarchicalMobilityModel: allow the parent model to be NULL, make the child/parent setters public, and add more detailed documentation; closes bug #511 2009-04-17 15:35:22 +01:00
Mathieu Lacage
5cdcf130a5 rename attribute from Position to PositionAllocator to avoid conflict with Position attribute defined in ns3::MobilityModel 2009-04-16 10:55:42 +02:00
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