Mathieu Lacage
|
25bb76ce20
|
macro-ify
|
2008-02-15 05:38:29 +01:00 |
|
Mathieu Lacage
|
450ca7325d
|
replace ambiguous constructor with separate construction function.
|
2008-02-14 01:08:45 +01:00 |
|
Mathieu Lacage
|
392c7581eb
|
add Value support to DataRate
|
2008-02-14 00:36:25 +01:00 |
|
Mathieu Lacage
|
d4a6b3ab85
|
merge with HEAD
|
2008-02-08 18:24:35 +01:00 |
|
Mathieu Lacage
|
f03f1c237b
|
bug 133: automate RandomVariable memory management.
|
2008-02-07 19:57:21 +01:00 |
|
Mathieu Lacage
|
5ade799440
|
QueryInterface -> GetObject
|
2008-01-31 22:11:03 +01:00 |
|
Mathieu Lacage
|
71c635dedc
|
introduce ObjectBase
|
2008-01-30 17:25:06 +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
|
2103459845
|
merge with callback improvements.
|
2008-01-02 13:40:37 +01:00 |
|
Mathieu Lacage
|
348eb1e187
|
Make the CallbackBase class more useful than it was.
|
2008-01-02 13:39:56 +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
|
6b0e717a19
|
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
|
2008-01-02 09:09:24 +01:00 |
|
Craig Dowell
|
16e7e60cab
|
packet pointer police patrolled product preventing presence of prior pattern proactively
|
2007-12-14 16:05:37 -08:00 |
|
Mathieu Lacage
|
457d07a50f
|
make Packet::AddTag a const method
|
2007-12-11 13:42:09 +01:00 |
|
Mathieu Lacage
|
c91b667c13
|
use contrib gnuplot code
|
2007-12-07 08:41:52 +01:00 |
|
Mathieu Lacage
|
284ebcc23f
|
merge with Ptr<Packet> branch
|
2007-11-22 10:44:48 +01:00 |
|
Mathieu Lacage
|
c156f29c86
|
merge
|
2007-11-22 10:30:29 +01:00 |
|
Mathieu Lacage
|
6d97118181
|
merge with HEAD
|
2007-11-15 10:18:17 +01:00 |
|
Tom Henderson
|
2e68155c6d
|
nicer logging of parameters (bug 79 patch from Gustavo)
|
2007-11-14 21:59:14 -08:00 |
|
Tom Henderson
|
79f4bb679e
|
get rid of non-const operators in DataRate
|
2007-11-14 21:17:43 -08:00 |
|
Tom Henderson
|
c114ad9aa7
|
minor fix for bug95; also const operators for DataRate
|
2007-11-08 23:08:00 -08:00 |
|
Mathieu Lacage
|
cdcfbd8ab2
|
add style support
|
2007-11-06 15:05:47 +01:00 |
|
Mathieu Lacage
|
3dd8898aaf
|
generate correct output. avoid infinite loop.
|
2007-11-06 14:48:49 +01:00 |
|
Mathieu Lacage
|
cb0eeaeb32
|
generate gnuplot-compatible data script files
|
2007-11-06 13:30:40 +01:00 |
|
Tom Henderson
|
c3cbbcacd7
|
Add src/common/error-model implementation and example script, and add to NetDevices
|
2007-11-14 20:40:05 -08:00 |
|
Craig Dowell
|
60b6fb3d39
|
merge in packet.bundle
|
2007-10-29 12:48:01 -07:00 |
|
Mathieu Lacage
|
8975be38ae
|
add missing space separator
|
2007-10-23 13:38:03 +02:00 |
|
Mathieu Lacage
|
7aede726ca
|
add missing space separator
|
2007-10-23 13:38:03 +02:00 |
|
Tom Henderson
|
302bdd366c
|
Clarify pkt-uid field in doxygen
|
2007-10-13 15:14:00 -07:00 |
|
Tom Henderson
|
e5241d93e5
|
back out unrelated changes
|
2007-10-13 15:10:23 -07:00 |
|
Tom Henderson
|
6804f40bc4
|
Clarify pkt-uid field in doxygen
|
2007-10-13 15:06:35 -07:00 |
|
Gustavo J. A. M. Carneiro
|
c0ed9be287
|
Fix bug 80 (valgrind error when finalizing PacketMetadata).
|
2007-10-08 17:44:17 +01:00 |
|
Mathieu Lacage
|
327e60b275
|
do not use Packet objects directly. Use Ptr<Packet> instead
|
2007-10-01 14:15:56 +02:00 |
|
Mathieu Lacage
|
2450bac944
|
add Packet::Ref/Unref methods
|
2007-10-01 14:14:31 +02:00 |
|
Gustavo J. A. M. Carneiro
|
f6dcef3b49
|
Add a couple of NS_LOG_PARAM calls for debugging.
|
2007-09-26 18:09:19 +01:00 |
|
Gustavo J. A. M. Carneiro
|
392b535cf0
|
Check for the common error of enabling packet metadata in the middle of a simulation, and give appropriate advice in this case. Closes #78.
|
2007-09-24 16:11:43 +01:00 |
|
Craig Dowell
|
90b02a4f6c
|
checkpoint debug to log
|
2007-09-13 17:47:42 -07:00 |
|
Mathieu Lacage
|
644fffd69f
|
merge with trunk
|
2007-09-12 11:22:32 +02:00 |
|
Mathieu Lacage
|
a84dd0068c
|
enable buffer heuristics
|
2007-09-12 11:22:05 +02:00 |
|
Mathieu Lacage
|
eb05af8e74
|
add 'internal' documentation, cleanup a bit
|
2007-09-12 11:16:18 +02:00 |
|
Mathieu Lacage
|
7c6c5fe445
|
fix non-optimized build
|
2007-09-12 10:11:57 +02:00 |
|
Mathieu Lacage
|
6969cf239a
|
optimize Iterator::ReadU8
|
2007-09-11 15:06:27 +02:00 |
|
Mathieu Lacage
|
2b3b68605e
|
optimize Buffer::WriteU8 variants
|
2007-09-11 14:56:10 +02:00 |
|