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

@ -40,7 +40,6 @@ int main (int argc, char *argv[])
cmd.AddValue("groundFile", "CSV file with ground station locations", groundFile);
cmd.AddValue("precision", "ns3::LeoCircularOrbitMobilityModel::Precision");
cmd.AddValue("duration", "Duration of the simulation", duration);
// TODO LeoLatLong
cmd.AddValue("source", "Traffic source", source);
cmd.AddValue("destination", "Traffic destination", destination);
cmd.AddValue("islRate", "Throughput of the ISL link", islRate);