Commit Graph

205 Commits

Author SHA1 Message Date
Mitch Watrous
de6a588486 Make the ns2 mobility helper class more robust 2012-05-10 12:30:23 -07:00
Mitch Watrous
d04597e168 Bug 1053 - Need better error diagnostics in ns2-mobility-trace example 2012-05-08 10:45:00 -07:00
Tom Henderson
30649d9e7d start some mobility documentation 2012-05-04 16:16:41 -07:00
Gustavo J. A. M. Carneiro
93fbaf6d0f Rescan bindings 2012-02-20 09:38:45 -08:00
Andrey Mazo
cec21ade43 Bug 1170: Formulate best practices for dealing with unused debug variables. 2012-02-10 19:02:12 +04:00
Tom Henderson
fc38c0762f Add bug references to ns-2 mobility helper 2011-12-23 12:22:38 -08:00
Kirill Andreev
fb6d5edc3f Bug 1301 - Ns2MobilityHelper causes Node GetPosition() to return NaN: fixed. 2011-12-14 19:00:11 +03:00
Kirill Andreev
f13bf276f3 Bug 1059 - Unable to load trace files created from SUMO and TraNS Lite: fixed 2011-12-14 18:50:28 +03:00
Mauro Tortonesi
cccd7aaa1a Bug 1229 - Multiplication overflow in WaypointMobilityModel::EndMobility
method: fixed.
2011-12-12 15:38:45 +03:00
Tom Henderson
9f49549bed Update link to ns-2 mobility documentation 2011-11-27 21:24:02 -08:00
Tom Henderson
6fd41f7ca5 rescan bindings 2011-11-27 13:15:50 -08:00
Kirill Andreev
825c5aad26 Bug 1219: fixed. Coding style of ns2-mobility-helper-test-suite.cc is fixed. 2011-11-23 19:08:07 +03:00
Tommaso Pecorella
6f5bb7d985 Added MobilityModel::GetRelativeSpeed() - proposed by Jens Mittag. 2011-11-17 19:02:45 +01:00
Gustavo J. A. M. Carneiro
c3059b6e68 Upgrade to waf-1.6.7, work in progress 2011-09-08 16:13:40 +01:00
Tom Henderson
416be98fe9 rescan all bindings 2011-08-17 23:01:53 -07:00
Gustavo J. A. M. Carneiro
feda6149ee Rescan all bindings 2011-08-04 17:50:36 +01:00
Vedran Miletić
0538e655aa standardize ns-3 namespace declaration format 2011-08-02 17:43:32 -04:00
Vedran Miletić
fe0667def8 standardize emacs c++ mode comments 2011-08-02 17:42:33 -04:00
Mathieu Lacage
8a38290eb8 add support for --update-data to test.py, move test runner code to library for modular build, add support for hierarchical tests beyond the previous two-level hierarchy. 2011-07-29 03:38:59 -04:00
Gustavo J. A. M. Carneiro
4cf581619e Rescan all python bindings for all modules 2011-07-20 16:02:32 +01:00
Mitch Watrous
0c1ba376e8 Bug 1192 - Some test cases fail to clean up properly (missing DoTeardown) 2011-06-17 15:04:44 -07:00
Tom Henderson
2a2690a003 rerun check-style.py at default level to enforce space after function name 2011-05-22 23:18:47 -07:00
Tom Henderson
34688f76ec rerun check-style.py with uncrustify-0.58 2011-05-22 22:28:15 -07:00
Mitch Watrous
86c3fc5845 Make doxygen modules list slightly more alphabetical 2011-05-19 09:39:08 -07:00
John Abraham
35677408e0 Bug 1119 - ns2-mobility-helper.cc:402: error: ignoring return value 2011-05-18 16:23:38 -04:00
Josh Pelkey
86a9bb0183 mobility coding style changes 2011-05-13 14:56:37 -04:00
Mitch Watrous
4daaf0abf4 Make some examples free their memory when finished 2011-04-20 09:17:16 -07:00
Andrey Mazo
d3344cbbb8 build fixes for gcc 4.6 2011-04-17 14:54:42 +02:00
Mathieu Lacage
7b89cdcd95 merge 2011-04-17 13:58:26 +02:00
Mitch Watrous
6c0d5166e8 Make examples that were in samples directory run 2011-04-15 13:03:02 -07:00
Mathieu Lacage
7095312867 modular bindings scan 2011-04-15 21:03:28 +02:00
Mitch Watrous
c9202337a8 Move examples out of samples directory and remove it 2011-04-14 14:22:09 -07:00
Mitch Watrous
b3933a2fe4 Move tests from mobility module to its test library 2011-04-07 10:07:46 -07:00
Mitch Watrous
e300f89a58 Create test module libraries for some modules 2011-03-24 16:46:49 -07:00
Gustavo J. A. M. Carneiro
3b0f44269d Modular bindings: add the Callback<...> type handlers 2011-03-13 15:28:57 +00:00
Gustavo J. A. M. Carneiro
089fbdcb5c Modular Python bindings work (many bug fixes, more modules tested) 2011-03-12 18:34:30 +00:00
Tom Henderson
607c518617 mobility module to new directory structure 2011-02-25 16:06:17 -08:00
Tom Henderson
df07734f32 merge src/simulator into src/core; move src/core to new module layout 2011-02-18 16:05:39 -08:00
Mitch Watrous
c3e957e912 Remove dependence on node and helper for waypoint-mobility-model test 2011-01-26 13:46:25 -08:00
Tom Henderson
15916444e3 Remove dependence on node and helper for steady-state-rwp-mobility-model test 2011-01-26 12:23:13 -08:00
Mitch Watrous
3deeb9ee26 Make test cases not return bool valuesMake all TestSuite instances be static 2011-01-17 12:53:20 -08:00
Phillip Sitbon
c1ceb7dada bugs 892 and 893: waypoint mobility model initial SetPosition() handling and LazyNotify attribute 2010-10-05 01:26:15 -07:00
Josh Pelkey
450022ce1b merge heads 2010-08-09 20:59:05 -04:00
Josh Pelkey
b043b431c7 fix doxygen warning 2010-08-09 20:22:27 -04:00
Mathieu Lacage
fedb8201f2 merge with bug826 fixes 2010-08-07 14:30:18 +02:00
Pavel Boyko
ba41fce14c Mobility doxygen: all classes are documented and added to the mobility module. All public methods and fields should follow. 2010-08-02 13:16:57 +04:00
Pavel Boyko
0b02a78ac4 Doxygen cleanup in mobility module 2010-08-02 13:00:17 +04:00
Mathieu Lacage
82a8fef4c9 What time unit is this ? 2010-07-07 16:57:19 +02:00
Josh Pelkey
2133aa49c5 ensure objects are regsitered 2010-06-29 20:24:20 -04:00
Andrey Mazo
892d5e3f3d spell check, mostly in comments. 2010-04-23 15:09:31 +04:00