mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Add polar position allocator
This commit is contained in:
parent
70c70a19ce
commit
ab7c9881f6
7 changed files with 147 additions and 12 deletions
2
wscript
2
wscript
|
@ -23,6 +23,7 @@ def build(bld):
|
|||
'model/leo-mock-net-device.cc',
|
||||
'model/leo-orbit.cc',
|
||||
'model/leo-lat-long.cc',
|
||||
'model/leo-polar-position-allocator.cc',
|
||||
'model/leo-propagation-loss-model.cc',
|
||||
'model/mock-net-device.cc',
|
||||
'model/mock-channel.cc',
|
||||
|
@ -66,6 +67,7 @@ def build(bld):
|
|||
'model/leo-oneweb-constants.h',
|
||||
'model/leo-orbit.h',
|
||||
'model/leo-lat-long.h',
|
||||
'model/leo-polar-position-allocator.h',
|
||||
'model/leo-propagation-loss-model.h',
|
||||
'model/leo-starlink-constants.h',
|
||||
'model/leo-telesat-constants.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue