Add mobility model for circular orbits

This commit is contained in:
Tim Schubert 2020-08-14 21:42:57 +02:00
parent 0834c06e31
commit 0a9aa411ef
4 changed files with 326 additions and 0 deletions

View file

@ -16,6 +16,7 @@ def build(bld):
'helper/ground-node-helper.cc',
'helper/satellite-node-helper.cc',
'model/leo.cc',
'model/leo-circular-orbit-mobility-model.cc',
'model/leo-mock-channel.cc',
'model/leo-mock-net-device.cc',
'model/leo-propagation-loss-model.cc',
@ -33,6 +34,7 @@ def build(bld):
'test/isl-propagation-test-suite.cc',
'test/isl-test-suite.cc',
'test/leo-anim-test-suite.cc',
'test/leo-orbit-test-suite.cc',
'test/leo-input-fstream-container-test-suite.cc',
'test/leo-mobility-test-suite.cc',
'test/leo-mock-channel-test-suite.cc',
@ -52,6 +54,7 @@ def build(bld):
'helper/ground-node-helper.h',
'helper/satellite-node-helper.h',
'model/leo.h',
'model/leo-circular-orbit-mobility-model.h',
'model/leo-mock-channel.h',
'model/leo-mock-net-device.h',
'model/leo-oneweb-constants.h',