Tommaso Pecorella
324644f86e
doxygen: fix warnings in network, mobility
2021-05-02 21:42:55 +02:00
Tom Henderson
4a661dc399
bindings: Rescan all APIs
2020-12-30 14:21:24 -08:00
Tom Henderson
6002d927bc
bindings: Rescan all APIs
2020-12-21 21:18:58 -08:00
Peter D. Barnes, Jr
34b23fac26
mobility: Enable ListPositionAllocator to read positions from a csv file
...
Merges !443
2020-12-02 18:07:21 -08:00
Tom Henderson
c8eda79fb2
mobility: ( fixes #276 ) Make EnableAsciiAll connect in failsafe way
2020-11-02 12:33:56 -08:00
Tom Henderson
9bfa3bd724
bindings: Rescan all APIs
2020-10-03 14:21:45 -07:00
Tommaso Pecorella
eeadfbb182
core: ( fixes !426 ) Align TimeWithUnit printing to the "normal" double behaviour
...
The new time printing format uses "automatic" promotion to scientific
notation - just like for normal doubles.
2020-09-30 08:37:41 +00:00
Jared Dulmage
19a5e0de30
mobility: (merges !101 ) Add CartesianToGeographic conversion with test
...
There are cases where it is useful to return to geographic
coordinates from cartesian. One example is when you have a
mobile node, the position is updated in cartesian coordinates
but you may have a need to understand the geographic position
or heading when determining position relative to other objects
placed geographically, or to compute compass heading or surface
speed.
2020-09-20 16:00:33 -07:00
Tom Henderson
8c6fb7d420
bindings: Rescan all APIs
2020-09-05 13:04:28 -07:00
Steven Smith
dded72e02e
build: ( fixes #217 ) Guard compilation of example used as a test
...
* Added documentation to ExampleAsTestSuite on the need for this guarding
* Updated with Peter's patch for examples-as-test placeholders in wscripts
2020-06-08 09:35:50 -07:00
Tom Henderson
5eea3c0270
bindings: Rescan all APIs
2020-06-07 11:38:26 -07:00
Peter D. Barnes, Jr
70764840d1
mob: mob: Clarify RandomDiscPositionAllocator behavior.
2020-05-15 13:25:20 -07:00
Peter D. Barnes, Jr
c73b321b42
mob: fix RandomDisc docs for SetRho and SetTheta
2020-05-15 09:49:28 -07:00
hax0kartik (GCI 2019)
1f3735f6f0
Replace calls to Scheduler::Remove(EventId) with EventId::Cancel
2020-05-13 00:08:08 +00:00
Tom Henderson
e99ae43138
bindings: rescan all APIs
2020-05-11 22:07:00 -07:00
Peter D. Barnes, Jr
b23be18b3b
Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
...
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504
doc: Use the new COMMANDLINE macro in every example
2020-04-27 16:20:09 -07:00
ZorazeAli
2fec7d7c0d
mobility,buildings: Rescan APIs
2020-04-12 00:56:30 +02:00
ZorazeAli
0a0e7847a6
mobility,buildings: Move the code to check box and line intersection to box class
...
mobility: Also add a UNIT test to check box and line intersectioni
see merge request !244
2020-04-12 00:52:57 +02:00
Tom Henderson
81db931bdc
bindings: rescan all APIs
2020-02-17 13:11:04 -08:00
Tom Henderson
54593cee1b
rescan all APIs
2020-02-11 18:14:45 -08:00
Tom Henderson
468f217d26
bindings: Rescan all APIs
2020-01-12 11:17:22 -08:00
Tom Henderson
80839b33e4
bindings: Rescan all APIs
2019-08-12 17:00:41 -07:00
Tom Henderson
0258405cc6
build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak)
2019-08-12 16:55:34 -07:00
mychele
a7b7de4d46
mobility: ( fixes #11 ) Rectangle::GetClosestSide works for exterior points
2019-04-07 09:45:02 -04:00
Tom Henderson
3a7f6a1c06
bindings: Rescan all APIs
2018-11-14 11:53:21 -08:00
Michele Polese
4ebc14d7dc
mobility: ( fixes #2860 ) set z coordinate for many position-allocation classes
2018-10-12 13:22:49 +02:00
Tom Henderson
1e986d449c
mobility: Allow AssignStreams after construction for SteadyStateRwpMobility
...
The SteadyStateRandomWaypointMobilityModel should support AssignStreams()
after object construction, but prior to this patch, it would cause a
segmentation fault until after initialization. The initial benefit is
the prevention of test suite failures due to random stream assignment.
2018-10-01 19:36:14 -07:00
Tom Henderson
9deaad5ae7
rescan bindings
2018-08-09 10:14:27 -07:00
Tom Henderson
0b9893a908
Rescan all Python bindings
2018-07-21 16:14:09 -07:00
Tom Henderson
6366804af7
Rescan all Python bindings
2018-07-15 12:36:05 -07:00
Alexander Krotov
00bb6fe7f6
Spellcheck
2018-06-27 10:50:27 +03:00
Tom Henderson
7d9b54aac9
rescan bindings
2018-05-28 22:00:09 -07:00
Tom Henderson
c2a9b2e56b
bindings: Rescan all bindings
2018-03-14 20:38:59 -07:00
Sébastien Deronne
b062d4a43b
Remove double header inclusions
2018-03-08 21:30:31 +01:00
Tom Henderson
ab8735f403
bindings: Update all 32-bit bindings
2017-09-27 21:42:46 -07:00
Tom Henderson
7f00a95f65
bindings: Rescan all 64-bit bindings
2017-09-27 18:51:23 -07:00
Federico Guerra
0650860241
mobility: Allow WaypointMobilityModel to be subclassed
2017-08-16 16:47:41 -07:00
Tommaso Pecorella
8cfc0f1b40
documentation: various test grouping fixes
2017-04-28 02:29:26 +02:00
Robert Ammon
7778696d67
mobility: Doxygen updates
2017-04-15 18:47:36 -07:00
Alexander Krotov
dd3a4d2a43
Use Vector{2,3}D.GetLength ()
2017-04-05 10:56:05 +03:00
Tom Henderson
aed9cae83a
mobility: Add GetSize() method to ListPositionAllocator
2017-03-31 16:12:49 -07:00
Stefano Avallone
9eff4d8251
Rescan python bindings
2017-03-08 18:02:19 +01:00
Tom Henderson
b9e5595665
bindings: Rescan all bindings
2016-09-26 05:33:13 -07:00
Tommaso Pecorella
781e693b98
mobility: add testcase for bug 2390 and fix existing testcase for WaypointMobility
2016-09-12 23:01:55 +02:00
Hossam Khader
621eae31ca
mobility: ( fixes #2390 ) AddWaypoint uses absolute time instead of relative time
2016-09-12 23:02:50 +02:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00
Alexander Krotov
cedee9ea0e
documentation: ( fixes #2481 ) Missing or incorrect group names
2016-08-28 08:00:43 -07:00
Tom Henderson
3989c359ce
bindings: rescan all module bindings
2016-08-20 22:00:50 -07:00
Tom Henderson
f23dc6a347
bindings: rescan all module bindings
2016-07-22 17:45:51 -07:00