Commit Graph

154 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
0eca73234a WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file. 2007-08-08 15:10:36 +01:00
Mathieu Lacage
0db07e14d6 merge implicit conversion tree 2007-08-06 15:32:27 +02:00
Mathieu Lacage
913319d9e3 merge packet socket with trunk 2007-08-06 09:59:29 +02:00
Mathieu Lacage
93cea27ad8 force users to register their header/trailer uid strings by hand rather than do lazy uid allocation. 2007-08-04 16:37:16 +02:00
Mathieu Lacage
a454a51939 rework the PacketPrinter API and implementation 2007-08-04 13:22:08 +02:00
Mathieu Lacage
f6ec749e96 update sample code to use a std::string rather than a const char * 2007-08-03 17:52:39 +02:00
Mathieu Lacage
c05e7134ed doxygen improvements to Packet, Tags, and Headers/Trailers 2007-08-03 17:00:40 +02:00
Mathieu Lacage
9c1e4a0e70 rework the Tags API to ensure proper uid generation for tags 2007-08-03 13:00:38 +02:00
Mathieu Lacage
7298cd1110 make sure we return the right integer uid if the header of trailer was already registered. 2007-08-03 10:39:55 +02:00
Mathieu Lacage
2641f7fe88 InetSocketAddress: replace explicit conversion to implicit conversion 2007-07-30 14:07:39 +02:00
Mathieu Lacage
df7f115415 InetAddress -> InetSocketAddress 2007-07-30 13:29:36 +02:00
Mathieu Lacage
7b9fbc36e1 merge 2007-07-30 10:35:03 +02:00
Mathieu Lacage
695119b3a5 Ipv4TransportAddress -> InetAddress 2007-07-27 08:44:26 +02:00
Mathieu Lacage
863de62880 ipv4-transport-address -> inet-address 2007-07-27 08:32:34 +02:00
Mathieu Lacage
c716994cab convert Socket to use Address class 2007-07-27 08:23:20 +02:00
Emmanuelle Laprise
b078d91894 cleanup the wscripts 2007-07-27 20:45:07 +02:00
Mathieu Lacage
014bc9ed79 mobility models 2007-07-23 15:53:54 +02:00
Mathieu Lacage
f6712c7cbd IntegerDefaultValue -> NumericDefaultValue 2007-07-23 14:13:03 +02:00
Unknown
8b7716b380 Add payload size to UDP 2007-07-01 00:35:59 -07:00
Unknown
96a92d230e more verbose commenting of the sample 2007-07-01 00:21:14 -07:00
Mathieu Lacage
35f80fc5c3 modify sample packet printer to use ipv4 and udp headers 2007-06-28 11:48:37 +02:00
Mathieu Lacage
d879c3c54a merge from head 2007-06-21 09:40:57 +02:00
Mathieu Lacage
10d053a838 comment the sample code a little bit 2007-06-13 00:07:17 +02:00
Mathieu Lacage
c4ab5ba8ff add separator support to PacketPrinter 2007-06-13 00:02:57 +02:00
Mathieu Lacage
75bc2e9b0b sample code for pretty printing 2007-06-12 23:40:14 +02:00
Mathieu Lacage
d27fe9ac8e merge 2007-06-12 22:54:10 +02:00
Mathieu Lacage
f5ce4791d2 IUdp -> Udp 2007-06-06 10:54:58 +02:00
Mathieu Lacage
c32fa46161 ISocketFactory -> SocketFactory 2007-06-04 17:57:01 +02:00
Mathieu Lacage
d0bd4ea161 i-socket-factory.h -> socket-factory.h 2007-06-04 17:54:56 +02:00
Mathieu Lacage
01f37ccb65 rename MakeNewObject to Create 2007-06-04 16:32:37 +02:00
Mathieu Lacage
4d5a66d6e5 remove MakeInternetNode 2007-06-04 16:28:18 +02:00
Mathieu Lacage
1225b1623e rename INode to Node 2007-06-04 16:17:01 +02:00
Tom Henderson
cdf13df87d Add main-query-interface.cc sample file 2007-06-13 23:13:21 -07:00
Mathieu Lacage
66c3a25fe1 add Chunk::GetName and implement it 2007-05-30 10:03:15 +02:00
Mathieu Lacage
a6d6859aab sample code for component manager 2007-05-25 21:53:24 +02:00
Mathieu Lacage
55f8e04570 add more code to sample code 2007-05-25 21:47:59 +02:00
Mathieu Lacage
a1f206804c sample code for Object base class 2007-05-25 21:43:23 +02:00
Mathieu Lacage
109139b07f make OnOffApplication not depend on IUdp 2007-05-14 12:59:44 +02:00
Mathieu Lacage
ee02cd1a23 rename Node to INode 2007-05-14 10:06:12 +02:00
Mathieu Lacage
0d9f136298 rename internet-node.h to i-node-impl.h 2007-05-14 09:26:32 +02:00
Gustavo J. A. M. Carneiro
7aacb7d136 merge 2007-05-13 12:52:38 +01:00
Gustavo J. A. M. Carneiro
ca2416f431 WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions. 2007-05-13 12:46:18 +01:00
Mathieu Lacage
1f454dd36e merge with trunk 2007-05-13 11:24:28 +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
720fae1bbe rework the refcounting framework to use the MakeNewObject function 2007-05-11 08:59:49 +02:00
Mathieu Lacage
4bd2abebd2 use Ptr<> everywhere Object or NsUnknown are used 2007-05-10 20:19:26 +02:00
Mathieu Lacage
349f970d82 remove leaks and rework the Ptr class to work with a new refcount mechanism 2007-05-10 18:33:52 +02:00
Mathieu Lacage
a82cf78743 remove ptr::Remove, make ptr::Peek share the same signature as ptr::Get 2007-05-09 19:48:33 +02:00
Raj Bhattacharjea
4e32c8f56e Ptr changed to use Object's refcounts 2007-05-08 11:44:04 -04:00
Gustavo J. A. M. Carneiro
b2a87732c9 Add support for building with WAF 2007-05-07 12:01:51 +01:00