Gustavo J. A. M. Carneiro
|
3883a5e095
|
Add bounds checking asserts to Node::GetApplication, NodeList::GetNode, and Node::GetDevice.
|
2008-08-06 16:06:44 +01:00 |
|
Unknown
|
b357866655
|
GetNNodes() in NodeList fixes bug 225
|
2008-06-18 21:17:56 -07:00 |
|
Mathieu Lacage
|
7be1b92968
|
merge with HEAD
|
2008-04-21 09:04:08 -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
|
696859e936
|
add a few missing ns3:: prefixes in TypeId names.
|
2008-04-10 11:50:08 -07:00 |
|
Mathieu Lacage
|
a75e91cc03
|
add ObjectVector::GetItemTypeId
|
2008-04-09 14:58:52 -07:00 |
|
Mathieu Lacage
|
478e810ad5
|
add some debugging
|
2008-04-09 10:01:16 -07:00 |
|
Mathieu Lacage
|
d1d683ee21
|
remove 'All rigts reserved' keyword per tom's suggestion
|
2008-03-31 14:56:41 -07:00 |
|
Mathieu Lacage
|
23bfe3fe09
|
remove old trace system
|
2008-03-02 22:53:11 +01:00 |
|
Mathieu Lacage
|
db4e999d61
|
register and unregister the NodeList as a config root namespace
|
2008-03-02 21:12:21 +01:00 |
|
Mathieu Lacage
|
a5c397f21b
|
convert NodeList to Attributes.
|
2008-02-26 18:17:29 +01:00 |
|
Mathieu Lacage
|
6c05ba06ff
|
rename ConnectPrinterToAll to TraceAll
|
2007-09-06 13:32:29 +02:00 |
|
Mathieu Lacage
|
1a75a82523
|
add support for NodeList::ConnectPrinterToAll
|
2007-09-06 12:56:31 +02:00 |
|
Mathieu Lacage
|
3330ba77b1
|
GetName -> GetTypeName
|
2007-08-30 14:35:44 +02:00 |
|
Mathieu Lacage
|
4d9cf433ff
|
constify
|
2007-08-28 14:33:53 +02:00 |
|
Mathieu Lacage
|
fce27dc4de
|
add TraceResolver::PrintAvailable method
|
2007-08-27 20:25:15 +02:00 |
|
Mathieu Lacage
|
90c8be1fa3
|
add TraceContextElement::GetName method
|
2007-08-27 14:59:50 +02:00 |
|
Mathieu Lacage
|
ccef3f6d9f
|
remove TraceRoot
|
2007-08-27 13:36:40 +02:00 |
|
Mathieu Lacage
|
ec4d9bbcb9
|
use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
|
2007-08-12 16:28:29 +02:00 |
|
Mathieu Lacage
|
0b34c336f7
|
convert TraceResolver * to Ptr<TraceResolver>
|
2007-08-10 15:47:13 +02:00 |
|
Mathieu Lacage
|
e683e1ab1c
|
remove TraceContext argument from TraceResolver constructor and move it to Connect
|
2007-08-09 21:25:23 +02:00 |
|
Mathieu Lacage
|
496f1d91d0
|
TraceContextElement::Register -> TraceContextElement::AllocateUid
|
2007-08-08 10:06:58 +02:00 |
|
Mathieu Lacage
|
3fd0b3ba42
|
merge with trunk
|
2007-08-06 17:21:57 +02:00 |
|
Mathieu Lacage
|
77712a63ad
|
work in progress towards a working trace context
|
2007-08-06 17:19:13 +02:00 |
|
Mathieu Lacage
|
dd3ca3aa63
|
replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
|
2007-08-01 12:33:44 +02:00 |
|
Mathieu Lacage
|
359a2f98a8
|
rename i-node to node
|
2007-06-04 16:21:05 +02:00 |
|
Mathieu Lacage
|
1225b1623e
|
rename INode to Node
|
2007-06-04 16:17:01 +02:00 |
|
Mathieu Lacage
|
ee02cd1a23
|
rename Node to INode
|
2007-05-14 10:06:12 +02:00 |
|
Mathieu Lacage
|
1b0dbb2b34
|
rename node.h to i-node.h
|
2007-05-14 09:09:43 +02:00 |
|
Mathieu Lacage
|
24d19e29c0
|
rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
|
2007-05-11 09:46:01 +02:00 |
|
Mathieu Lacage
|
2d66e7e804
|
make sure that NodeList::GetNode is correctly implemented
|
2007-05-10 08:34:32 +02:00 |
|
Mathieu Lacage
|
f5451f5bce
|
rename NodeList::PeekNode to NodeList::GetNode
|
2007-05-10 08:19:19 +02:00 |
|
Mathieu Lacage
|
c12d5a1142
|
revert Ipv4Interface * -> Ptr<Ipv4Interface>
|
2007-05-10 07:30:37 +02:00 |
|
Raj Bhattacharjea
|
bd73c92bb5
|
Hacked arraytraceresolver to compile, but segfaults upon running simple-p2p
|
2007-05-09 16:56:33 -04:00 |
|
Mathieu Lacage
|
c5193f1e74
|
remove useless methode declaration
|
2007-05-02 14:28:07 +02:00 |
|
Mathieu Lacage
|
1893fea2ea
|
rename NodeList::GetNode to NodeList::PeekNode to avoid memory leaks. Call Dispose from NodeListPriv::~NodeListPriv
|
2007-05-02 13:59:29 +02:00 |
|
Mathieu Lacage
|
acf2d25cd5
|
rework the Node and NodeList classes to manage reference counts correctly
|
2007-05-02 13:44:41 +02:00 |
|
Mathieu Lacage
|
f7017e22a0
|
plug memory leak reported by Gustavo Carneiro.
|
2007-04-18 07:44:43 +02:00 |
|
Tom Henderson
|
d52242c4ae
|
OnOffApplication functioning; some Node class cleanup
|
2007-03-21 23:17:11 -07:00 |
|
Tom Henderson
|
327949573d
|
move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
|
2007-03-18 14:06:51 -07:00 |
|