mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Create command line options for orbit trace
This commit is contained in:
parent
f214b48dbf
commit
b7f459e36a
10 changed files with 266 additions and 97 deletions
|
@ -4,7 +4,7 @@ def build(bld):
|
|||
if not bld.env['ENABLE_EXAMPLES']:
|
||||
return;
|
||||
|
||||
obj = bld.create_ns3_program('leo-circular-orbit',
|
||||
obj = bld.create_ns3_program('leo-orbit',
|
||||
['core', 'leo', 'mobility'])
|
||||
obj.source = 'leo-circular-orbit-tracing-example.cc'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue