Create command line options for orbit trace

This commit is contained in:
Tim Schubert 2020-08-23 19:37:40 +02:00
parent f214b48dbf
commit b7f459e36a
10 changed files with 266 additions and 97 deletions

View file

@ -12,6 +12,7 @@ def build(bld):
'helper/arp-cache-helper.cc',
'helper/isl-helper.cc',
'helper/leo-channel-helper.cc',
'helper/leo-orbit-node-helper.cc',
'helper/nd-cache-helper.cc',
'helper/ground-node-helper.cc',
'helper/satellite-node-helper.cc',
@ -20,6 +21,7 @@ def build(bld):
'model/leo-circular-orbit-position-allocator.cc',
'model/leo-mock-channel.cc',
'model/leo-mock-net-device.cc',
'model/leo-orbit.cc',
'model/leo-propagation-loss-model.cc',
'model/mock-net-device.cc',
'model/mock-channel.cc',
@ -51,6 +53,7 @@ def build(bld):
'helper/arp-cache-helper.h',
'helper/isl-helper.h',
'helper/leo-channel-helper.h',
'helper/leo-orbit-node-helper.h',
'helper/nd-cache-helper.h',
'helper/ground-node-helper.h',
'helper/satellite-node-helper.h',
@ -67,6 +70,7 @@ def build(bld):
'model/mock-channel.h',
'model/isl-mock-channel.h',
'model/isl-propagation-loss-model.h',
'model/leo-orbit.h',
'utils/leo-input-fstream-container.h',
]