Simulation script to run example simulation results with a high degree of customization through XML file. More...
#include <ns3/config-store-module.h>
#include <ns3/core-module.h>
#include <ns3/internet-module.h>
#include <ns3/network-module.h>
#include <ns3/satellite-module.h>
#include <ns3/traffic-module.h>
#include <iostream>
Go to the source code of this file.
Functions | |
static void | SatCourseChange (std::string context, Ptr< const SatMobilityModel > position) |
Variables | |
std::map< uint32_t, std::vector< double > > | relativeSpeeds |
Ptr< SatMobilityModel > | satMobility = nullptr |
std::set< std::pair< uint32_t, uint32_t > > | visitedBeams |
Simulation script to run example simulation results with a high degree of customization through XML file.
execute command -> ./ns3 run "sat-mobility-beam-tracer --PrintHelp"
Definition in file sat-mobility-beam-tracer.cc.
|
static |
Definition at line 37 of file sat-mobility-beam-tracer.cc.
References relativeSpeeds, satMobility, and visitedBeams.
std::map<uint32_t, std::vector<double> > relativeSpeeds |
Definition at line 34 of file sat-mobility-beam-tracer.cc.
Referenced by SatCourseChange().
Ptr<SatMobilityModel> satMobility = nullptr |
Definition at line 32 of file sat-mobility-beam-tracer.cc.
Referenced by ns3::SatHandoverModule::GetNClosestSats(), ns3::SatHelper::InstallMobilityObserver(), and SatCourseChange().
std::set<std::pair<uint32_t, uint32_t> > visitedBeams |
Definition at line 33 of file sat-mobility-beam-tracer.cc.
Referenced by SatCourseChange().