Add polar position allocator

This commit is contained in:
Tim Schubert 2020-08-23 22:10:21 +02:00
parent 70c70a19ce
commit ab7c9881f6
7 changed files with 147 additions and 12 deletions

View file

@ -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',