This file allows to create a VHTS scenario. More...
#include "ns3/applications-module.h"
#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"
Go to the source code of this file.
Functions | |
void | EnableRA (std::string raModel, bool dynamicLoadControl) |
static void | SatCourseChange (std::string context, Ptr< const SatMobilityModel > position) |
This file allows to create a VHTS scenario.
Definition in file sat-vhts-example.cc.
void EnableRA | ( | std::string | raModel, |
bool | dynamicLoadControl | ||
) |
Definition at line 43 of file sat-vhts-example.cc.
References ns3::SatPhyRxCarrierConf::IF_PER_PACKET, ns3::SatPhyRxCarrierConf::RA_COLLISION_CHECK_AGAINST_SINR, ns3::SatEnums::RA_MODEL_CRDSA, and ns3::SatEnums::RA_MODEL_MARSALA.
|
static |
Definition at line 78 of file sat-vhts-example.cc.