Tommaso Pecorella
832405f4a5
Fix trailing whitespaces
2022-09-04 21:53:48 +02:00
Peter D. Barnes, Jr
d635a72cbc
Use variadic argument lists in various Helpers.
...
QosWaveMacHelper::SetType() and NqosWaveMacHelper::SetType() were
virtual, but then they can't be templated to handle variadic
argument lists. The base class is not virtual, and nothing derives from
these classes, so virtual doesn't seem to be required.
2022-09-04 12:01:11 -07:00
Peter D. Barnes, Jr
e461e54d5a
Update Ptr validity checks to new Ptr<>::operator bool
2022-08-18 08:59:30 -07:00
Tom Henderson
b6a5ee8151
Run utils/trim-trailing-whitespace.py on codebase
2022-06-05 21:01:11 -07:00
Gabriel Ferreira
592a6b4c8d
build: use symlinks to headers and fallback to stub headers in unsupported platforms
2022-04-01 14:50:21 -03:00
Peter Barnes
0e685cbdbb
Use [[maybe_unused]] attribute directly, instead of NS_UNUSED
2021-12-21 10:32:43 +00:00
Tom Henderson
736e5950fc
mobility: Add GroupMobilityHelper class
2021-09-18 11:17:50 -07:00
Tom Henderson
53de766827
mobility: Fix Doxygen on MobilityHelper
2021-09-18 11:17:50 -07:00
Tom Henderson
9b3b23f4f0
mobility: Avoid course change stream corruption
...
For hierarchical mobility models, calling GetPosition () can trigger
another course change, causing it to be written into the course change
currently being written. This can be avoided by calling GetPosition() first.
2021-09-18 11:17:50 -07:00
Tommaso Pecorella
324644f86e
doxygen: fix warnings in network, mobility
2021-05-02 21:42:55 +02:00
Tom Henderson
c8eda79fb2
mobility: ( fixes #276 ) Make EnableAsciiAll connect in failsafe way
2020-11-02 12:33:56 -08:00
Alexander Krotov
00bb6fe7f6
Spellcheck
2018-06-27 10:50:27 +03:00
Scott Carpenter
3e74003142
add BSM application and vanet-routing-compare example
2015-01-26 15:20:09 -08:00
Tom Henderson
60e8768b83
Doxygen warnings for mobility/helper and mobility/model directories
2014-12-15 21:47:59 -08:00
Peter D. Barnes, Jr.
ee641c723b
[Doxygen] Remove inappropriate uses of @internal
2014-11-03 12:33:13 -08:00
Peter D. Barnes, Jr.
bfdb6ef10a
[Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
3611bd11a5
[Bug 1551] NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
2014-09-26 12:44:13 -07:00
Scott Carpenter
f80a00ba88
bug 1919 - Strip trailing semicolons from mobility trace files
2014-06-06 10:18:10 -07:00
Peter D. Barnes, Jr.
cd3da7143d
[doxygen] Revert r10410, r10411, r10412
2014-03-05 17:06:59 -08:00
Peter D. Barnes, Jr.
5a2488e6db
[doxygen] Suppress "warning: Member NS_LOG_COMPONENT_DEFINE is not documented"
2013-11-14 16:58:56 -08:00
Mitch Watrous
e9ac335b78
Make MobilityHelper use an output stream wrapper
2012-09-28 12:22:18 -07:00
Vedran Miletić
71e380b55e
Bug 1237 - code cleanups related to includes
2012-09-01 20:57:21 +02:00
Mitch Watrous
0d8bb3de72
Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 2)
2012-08-15 15:33:02 -07:00
Mitch Watrous
49a757cebc
Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 1)
2012-08-15 14:28:33 -07:00
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
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
Tom Henderson
9f49549bed
Update link to ns-2 mobility documentation
2011-11-27 21:24:02 -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
Vedran Miletić
fe0667def8
standardize emacs c++ mode comments
2011-08-02 17:42:33 -04:00
Tom Henderson
34688f76ec
rerun check-style.py with uncrustify-0.58
2011-05-22 22:28:15 -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
Andrey Mazo
d3344cbbb8
build fixes for gcc 4.6
2011-04-17 14:54:42 +02:00
Mitch Watrous
b3933a2fe4
Move tests from mobility module to its test library
2011-04-07 10:07:46 -07:00
Tom Henderson
607c518617
mobility module to new directory structure
2011-02-25 16:06:17 -08:00