Commit Graph

19651 Commits

Author SHA1 Message Date
Tom Henderson
ad3b6a04cc Doxygen cleanup 2007-08-13 20:53:29 -07:00
Craig Dowell
caab4a3f41 Silliness for optimized version 2007-08-13 20:14:36 -07:00
Craig Dowell
aecc283cb5 set source IP address in udp-socket packets 2007-08-13 19:54:47 -07:00
Craig Dowell
87c9e523c7 set source address in socket 2007-08-13 16:21:39 -07:00
Craig Dowell
90451d9635 cleanup. more complex multicast example 2007-08-13 14:58:06 -07:00
Craig Dowell
e567af9b24 more multicast plumbing 2007-08-13 12:08:01 -07:00
Craig Dowell
dfae0be7d0 branch merge 2007-08-12 22:43:25 -07:00
Craig Dowell
d62a38e533 many debug prints 2007-08-12 22:41:24 -07:00
Craig Dowell
bc8ee80491 debug prints to make validation easier 2007-08-12 15:51:12 -07:00
Tom Henderson
915e34b32b fix optimized build; remove old comment 2007-08-12 14:24:49 -07:00
Craig Dowell
5099a91a21 untested multicast support 2007-08-12 13:59:49 -07:00
Mathieu Lacage
6f9ab0dea5 move includes down to where they are really needed 2007-08-12 22:45:24 +02:00
Mathieu Lacage
f90c3d0350 more tests 2007-08-12 22:44:21 +02:00
Mathieu Lacage
66d375b3b3 add forgotten virtual keyword 2007-08-12 22:44:12 +02:00
Mathieu Lacage
233d71fec7 CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource 2007-08-12 22:31:16 +02:00
Mathieu Lacage
14f3f82555 remove useless code 2007-08-12 22:24:45 +02:00
Mathieu Lacage
22fec82616 replace CallbackTraceSourceBase with TraceSource base class 2007-08-12 22:23:08 +02:00
Mathieu Lacage
fcfdb18914 add some debugging for disconnect 2007-08-12 21:23:55 +02:00
Mathieu Lacage
23d17d56e9 test object-based tracing 2007-08-12 21:23:40 +02:00
Mathieu Lacage
4d50d21f78 rewrite tests with test.h macros 2007-08-12 21:08:28 +02:00
Mathieu Lacage
722285bd8f rewrite Object tests with test.h macros 2007-08-12 18:43:15 +02:00
Mathieu Lacage
2bd8f97709 add NS_TEST_ASSERT_UNEQUAL 2007-08-12 18:37:38 +02:00
Mathieu Lacage
b4aae47556 replace the adhoc mobility course change callbacks with a trace source 2007-08-12 18:28:37 +02:00
Mathieu Lacage
1d546dbd83 an untested interface id trace resolver 2007-08-12 18:28:13 +02:00
Mathieu Lacage
9fbb2607a1 use the abstract base of CallbackTraceSource to avoid pushing too much code in the header 2007-08-12 18:27:52 +02:00
Mathieu Lacage
442d4c9e35 add an abstract base to CallbackTraceSource 2007-08-12 18:27:30 +02:00
Mathieu Lacage
de7999c932 constify 2007-08-12 18:00:15 +02:00
Mathieu Lacage
03cf88211e constify 2007-08-12 17:59:56 +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
2df1260c87 remove const keyword and add a TraceConnect method which takes a TraceContext argument 2007-08-12 16:27:42 +02:00
Mathieu Lacage
6e762c1ae3 the TerminalTraceResolver is not used anymore by the CompositeTraceResolver implementation 2007-08-12 16:26:53 +02:00
Mathieu Lacage
2db3a828d6 rewrite the CompositeTraceResolver to use a simpler implementation, not based on callbacks 2007-08-12 16:26:25 +02:00
Mathieu Lacage
c62cf3c82d rewrite the ArrayTraceResolver to use iterators 2007-08-12 16:25:19 +02:00
Tom Henderson
5da9cd2205 remove spurious examples/simple-p2p.cc 2007-08-10 13:49:41 -07:00
Tom Henderson
883d92940f global routing csma patch 2007-08-10 13:33:45 -07:00
Craig Dowell
f53e19589d merge ns-3-csma with tip 2007-08-10 10:52:30 -07:00
Craig Dowell
8e6b694d6e move m_rxTrace to trace enet header 2007-08-10 10:45:59 -07:00
Craig Dowell
c298892833 print length/type in hex 2007-08-10 10:44:02 -07:00
Mathieu Lacage
971997fbc1 use implicit conversion rather than private explicit conversion: fixes build 2007-08-10 19:18:19 +02:00
Mathieu Lacage
8b87d39c72 merge with trunk 2007-08-10 16:28:09 +02:00
Mathieu Lacage
1124cf3a03 add Object::TraceConnect, TraceDisconnect, and GetTraceResolver methods 2007-08-10 16:05:20 +02:00
Mathieu Lacage
3691c3cc98 fix includes 2007-08-10 15:57:33 +02:00
Mathieu Lacage
072734f7e8 move trace code to core module 2007-08-10 15:53:43 +02:00
Mathieu Lacage
0b34c336f7 convert TraceResolver * to Ptr<TraceResolver> 2007-08-10 15:47:13 +02:00
Mathieu Lacage
6b64959309 avoid problems by converting back and forth between pointers and references 2007-08-10 15:47:00 +02:00
Mathieu Lacage
704cab010d remove dead code 2007-08-10 15:08:50 +02:00
Mathieu Lacage
3153bfd916 add refcounting to TraceResolver 2007-08-10 14:43:15 +02:00
Mathieu Lacage
493c34dfb9 remove dead code 2007-08-10 14:28:52 +02:00
Mathieu Lacage
346cdbfb18 override Connect from ArrayTraceResolver 2007-08-10 14:25:58 +02:00
Mathieu Lacage
cb9fdc66e3 override Connect and Disconnect in Composite and Terminal Trace resolvers 2007-08-10 14:14:29 +02:00