Commit Graph

11932 Commits

Author SHA1 Message Date
Mathieu Lacage
969a41048d remove old helpers 2008-02-21 18:35:55 +01:00
Mathieu Lacage
5fc7981de6 convert to new helpers 2008-02-21 18:35:44 +01:00
Mathieu Lacage
d041abd435 fix includes 2008-02-21 18:35:34 +01:00
Mathieu Lacage
9a0f0f438f convert RandomVariable to new helpers. 2008-02-21 18:28:05 +01:00
Mathieu Lacage
baca67f7a3 fpValue -> Double 2008-02-21 00:54:05 +01:00
Mathieu Lacage
cb069a418f indent align 2008-02-21 00:28:22 +01:00
Mathieu Lacage
ae4e6226cf small typo: use the Value type for simple checking. 2008-02-21 00:19:43 +01:00
Mathieu Lacage
fda20b8236 BooleanValue -> Boolean 2008-02-21 00:19:31 +01:00
Mathieu Lacage
c5dc486e2c EnumValue -> Value 2008-02-21 00:00:18 +01:00
Mathieu Lacage
144e84154b UintValue -> Uinteger, IntValue -> Integer 2008-02-21 00:09:16 +01:00
Mathieu Lacage
5de083e234 value.h -> attribute.h 2008-02-20 21:45:42 +01:00
Mathieu Lacage
e4529f9217 Value -> AttributeValue 2008-02-20 21:17:34 +01:00
Mathieu Lacage
b511f31d39 Accessor -> AttributeAccessor 2008-02-20 20:57:59 +01:00
Raj Bhattacharjea
4d6e41a185 fix rtt::copy's signature 2008-02-20 14:26:42 -05:00
Raj Bhattacharjea
73740bdbc6 undoes 2326:eec07777d1a2 because localInterface is no longer needed (see bug 136) 2008-03-12 16:05:31 -04:00
Raj Bhattacharjea
b30c9ee4b3 Cleanup of ipv4endpointdemux and tcpl4protocol 2008-03-12 15:33:11 -04:00
Raj Bhattacharjea
386b63ceb9 Fixes to tcp and to the ipv4endpointdemux to allow forking to work correctly 2008-03-12 14:52:29 -04:00
Raj Bhattacharjea
ebbea8ae40 First cut at making the socket clone 2008-03-12 11:55:08 -04:00
Mathieu Lacage
ad7d70ae34 ParamSpec -> Accessor 2008-02-20 20:24:52 +01:00
Mathieu Lacage
c182f4d479 use helpr macro where needed. 2008-02-20 19:58:46 +01:00
Mathieu Lacage
6353d911c0 PValue -> Attribute 2008-02-20 19:57:31 +01:00
Mathieu Lacage
8c4ce99b89 add extra StopAt call to ensure that the simulation ends at some point. 2008-02-20 19:40:36 +01:00
Mathieu Lacage
6c34a2f48e PARAM -> ATTR 2008-02-20 19:33:59 +01:00
Mathieu Lacage
f95a872d12 add missing include. 2008-02-20 19:30:12 +01:00
Tom Henderson
95c59da336 Update NS_LOG documentation 2008-02-19 21:33:08 -08:00
Gustavo J. A. M. Carneiro
78a151d337 Fix the WAF --run option for running a program with command line options 2008-02-19 21:43:28 +00:00
Mathieu Lacage
cccdb1f6d6 small tweaking 2008-02-18 05:53:51 +01:00
Mathieu Lacage
4dce1b28b8 InitialValue support 2008-02-18 03:01:52 +01:00
Mathieu Lacage
8bac0c2ba3 move checker creation function to .cc file. 2008-02-18 03:01:42 +01:00
Mathieu Lacage
c194579f5e split checker from ParamSpec. 2008-02-18 00:18:45 +01:00
Gustavo J. A. M. Carneiro
2a3e635cd1 Fix a typo in the WAF scripts; don't access m_linktask directly, use the get_target_name() method instead (to make it work with waf trunk). 2008-02-17 14:02:45 +00:00
Mathieu Lacage
82c3fa3aaa merge 2008-02-17 04:38:52 +01:00
Mathieu Lacage
2830225b2c Backed out changeset 7b145012b2eb 2008-02-17 04:38:41 +01:00
Mathieu Lacage
cf9ed2855f split initial value from ParamSpec. 2008-02-17 04:38:34 +01:00
Mathieu Lacage
b4edd36ec5 get rid of ParamSpec::CreateValue. 2008-02-17 00:46:24 +01:00
Tom Henderson
49d1a39d16 a few tweaks to the release steps document 2008-02-16 13:24:08 -08:00
Tom Henderson
23a8d8bf1b Added tag release-3.0.11 for changeset ee5e1da76ecc 2008-02-16 12:01:48 -08:00
Tom Henderson
1e70c7ac38 add Joe Kopena to AUTHORS list 2008-02-16 11:51:58 -08:00
Tom Henderson
bf0d4e7154 avoid infinite recursion in Tcp callback (bug 131) 2008-02-15 19:54:34 -08:00
Mathieu Lacage
e8fc6ec946 fix doxygen. 2008-02-15 20:53:07 +01:00
Mathieu Lacage
be2b52ac8f update version number 2008-02-15 20:37:34 +01:00
Mathieu Lacage
7bb06e0661 initial release notes 2008-02-15 20:37:19 +01:00
Mathieu Lacage
b56cad3cbc bug 133: automate RandomVariable memory management. 2008-02-15 20:03:48 +01:00
Mathieu Lacage
5bec43f720 fix bug 137: Make Ipv4Address (uint32_t) constructor explicit. patch by Gustavo. 2008-02-15 19:14:35 +01:00
Mathieu Lacage
25bb76ce20 macro-ify 2008-02-15 05:38:29 +01:00
Mathieu Lacage
e94efb4a11 get rid of Value::ConvertFrom method. 2008-02-15 03:52:56 +01:00
Mathieu Lacage
de438d035b helper getters and setters for c++ native types. 2008-02-15 02:08:55 +01:00
Mathieu Lacage
88c9b123ee add node/device containers to build 2008-02-14 23:57:18 +01:00
Mathieu Lacage
2c234e63e7 an initial draft of helper classes. don't work yet. 2008-02-14 23:56:54 +01:00
Mathieu Lacage
bd94258500 add device/node containers for helper API. 2008-02-14 23:56:21 +01:00