mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
Add animated plot for satellite positions
This commit is contained in:
parent
d145337d6c
commit
f8804533cc
3 changed files with 67 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
|
||||
def build(bld):
|
||||
pass
|
||||
if not bld.env['ENABLE_EXAMPLES']:
|
||||
return;
|
||||
|
||||
obj = bld.create_ns3_program('leo-circular-orbit-trace',
|
||||
['core', 'leo', 'mobility'])
|
||||
obj.source = 'leo-circular-orbit-tracing-example.cc'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue