Mathieu Lacage
|
f03f1c237b
|
bug 133: automate RandomVariable memory management.
|
2008-02-07 19:57:21 +01:00 |
|
Mathieu Lacage
|
328190ca63
|
get rid of very long constructor
|
2008-01-30 19:13:21 +01:00 |
|
Mathieu Lacage
|
f61e9a9941
|
interface-id -> type-id
|
2008-01-16 10:27:07 +01:00 |
|
Mathieu Lacage
|
1dc22a9e8f
|
merge with head
|
2008-01-15 12:58:27 +01:00 |
|
Mathieu Lacage
|
5c769d2d24
|
iid -> tid
|
2008-01-15 12:44:09 +01:00 |
|
Mathieu Lacage
|
a2e63b7f0b
|
iid (void) -> GetTypeId (void)
|
2008-01-15 12:43:07 +01:00 |
|
Mathieu Lacage
|
44c33f1618
|
InterfaceId -> TypeId
|
2008-01-15 12:36:22 +01:00 |
|
Tom Henderson
|
3b31a0234e
|
Doxygen organization
|
2008-01-10 07:31:40 -08:00 |
|
Mathieu Lacage
|
4f58be6548
|
replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
|
2008-01-03 11:39:45 +01:00 |
|
Mathieu Lacage
|
976f16c4d9
|
get rid of MakeInterfaceId
|
2008-01-03 08:34:31 +01:00 |
|
Mathieu Lacage
|
bc1ab2d79b
|
replace static const Interface iid; with static InterfaceId iid (void);
|
2008-01-02 10:33:39 +01:00 |
|
Mathieu Lacage
|
f3e77eea3d
|
fix bug 122: get rid of duplicate argument to QueryInterface
|
2008-01-02 09:25:31 +01:00 |
|
Mathieu Lacage
|
6b0e717a19
|
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
|
2008-01-02 09:09:24 +01:00 |
|
Mathieu Lacage
|
fb2ebab793
|
speed vector -> velocity vector
|
2007-11-29 01:03:41 +01:00 |
|
Mathieu Lacage
|
ed31e39491
|
use the \valueref macro
|
2007-11-15 10:25:35 +01:00 |
|
Mathieu Lacage
|
c905f0658d
|
dox typo
|
2007-11-08 12:39:21 +01:00 |
|
Mathieu Lacage
|
99fca41f02
|
GetSpeed -> GetVelocity
|
2007-11-08 12:36:15 +01:00 |
|
Mathieu Lacage
|
eb666a62ac
|
replace Position and Speed by Vector
|
2007-11-08 12:33:30 +01:00 |
|
Mathieu Lacage
|
6e660e4c27
|
rename MobilityModel::Get/Set to GetPosition/SetPosition
|
2007-11-08 11:24:41 +01:00 |
|
Mathieu Lacage
|
00bf89e1d2
|
a vector class
|
2007-11-08 10:24:33 +01:00 |
|
Mathieu Lacage
|
66b200178f
|
bug 96: debug.h duplicates functionality from log.h
|
2007-10-30 10:09:39 +01:00 |
|
Mathieu Lacage
|
187c6692d8
|
avoid off by one effect when laying out objects in a grid. (reported by Joseph Kopena)
|
2007-10-21 12:54:18 +02:00 |
|
Gustavo J. A. M. Carneiro
|
e7fb2a2c7c
|
According to the literature, in RandomWaypointMobilityModel the pause should come before the walk, not after; fixed.
|
2007-10-01 18:55:04 +01:00 |
|
Gustavo J. A. M. Carneiro
|
1bc6f6eeda
|
Add ns2-mobility-file-topology sources
|
2007-10-01 18:01:38 +01:00 |
|
Gustavo J. A. M. Carneiro
|
afc46ac1d3
|
Adapt to StaticSpeedHelper change
|
2007-10-01 17:11:06 +01:00 |
|
Gustavo J. A. M. Carneiro
|
636e47d219
|
Adapt to StaticSpeedHelper change
|
2007-10-01 17:10:46 +01:00 |
|
Gustavo J. A. M. Carneiro
|
9c219d647d
|
Refactor handling of pauses in StaticSpeedHelper to fix bug (must return null speed when paused)
|
2007-10-01 17:10:15 +01:00 |
|
Gustavo J. A. M. Carneiro
|
99da16b834
|
Improve the precision of the RandomDirection2dMobilityModel::PI constant (value copied from glibc's math.h header file).
|
2007-10-01 15:11:16 +01:00 |
|
Gustavo J. A. M. Carneiro
|
d8e5697bfe
|
Add the random-direction-2d-mobility-model.cc,h sources to the build.
|
2007-10-01 15:05:43 +01:00 |
|
Gustavo J. A. M. Carneiro
|
b504a88459
|
Add a bit of function name logging.
|
2007-10-01 15:05:03 +01:00 |
|
Gustavo J. A. M. Carneiro
|
8f30f628a0
|
Minor code readability improvements.
|
2007-10-01 12:45:27 +01:00 |
|
Gustavo J. A. M. Carneiro
|
27ba7608db
|
Use this-> to access member variables of Rectangle, for clarity.
|
2007-10-01 12:34:32 +01:00 |
|
Gustavo J. A. M. Carneiro
|
35ed9727d3
|
Add NotifyCourseChange support to RandomWaypointMobilityModel, and fix a bug in GetSpeed.
|
2007-09-28 18:17:25 +01:00 |
|
Gustavo J. A. M. Carneiro
|
b7ddc30244
|
Fix bad RandomWaypointPosition default value
|
2007-09-28 17:33:18 +01:00 |
|
Gustavo J. A. M. Carneiro
|
b6d9bf7319
|
Fix the enumeration value list end marker (0 and (void*)0 are very different things in amd64)
|
2007-09-28 16:51:34 +01:00 |
|
Gustavo J. A. M. Carneiro
|
16e4a3c10e
|
Compile the random-walk-2d-mobility-model sources.
|
2007-09-28 16:50:15 +01:00 |
|
Gustavo J. A. M. Carneiro
|
06659f1dfc
|
merge
|
2007-09-28 11:59:46 +01:00 |
|
Craig Dowell
|
8649c899db
|
allow discrete levels
|
2007-09-14 09:57:53 -07:00 |
|
Mathieu Lacage
|
191c80211b
|
fix copyright statements
|
2007-09-12 09:34:38 +02:00 |
|
Mathieu Lacage
|
8d1ac59134
|
merge tracing overhaul in trunk
|
2007-09-11 12:11:00 +02:00 |
|
Gustavo J. A. M. Carneiro
|
0824ceacd9
|
WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'.
|
2007-09-08 19:24:39 +01:00 |
|
Mathieu Lacage
|
f9a6120685
|
avoid method naming ambiguity in CompositeTraceResolver
|
2007-08-28 15:59:49 +02:00 |
|
Mathieu Lacage
|
4d9cf433ff
|
constify
|
2007-08-28 14:33:53 +02:00 |
|
Mathieu Lacage
|
a5cf22af80
|
document trace source signatures
|
2007-08-28 13:10:18 +02:00 |
|
Mathieu Lacage
|
04569d27b7
|
merge with trunk
|
2007-08-28 12:05:35 +02:00 |
|
Mathieu Lacage
|
fa4bcd0cd4
|
make sure to get to the parent during trace resolution
|
2007-08-28 11:20:55 +02:00 |
|
Mathieu Lacage
|
8acd0300cd
|
keep track of trace source help strings
|
2007-08-28 11:01:00 +02:00 |
|
Mathieu Lacage
|
00a9973ca8
|
use a Ptr<> where needed.
|
2007-08-24 12:45:45 +02:00 |
|
Mathieu Lacage
|
233d71fec7
|
CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
|
2007-08-12 22:31:16 +02:00 |
|
Mathieu Lacage
|
b4aae47556
|
replace the adhoc mobility course change callbacks with a trace source
|
2007-08-12 18:28:37 +02:00 |
|