sat-dynamic-frequency-plan-example.cc File Reference
#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 dependency graph for sat-dynamic-frequency-plan-example.cc:

Go to the source code of this file.

Functions

static void ChangeCno (const std::vector< Ptr< SatUtPhy >> &utsPhysicalLayers)
 

Variables

static bool g_ascending = false
 
static Time g_cnoInterval = MilliSeconds(100)
 
static Time g_simulationTime = Minutes(1)
 
static double g_txMaxPower = 5.0
 

Function Documentation

◆ ChangeCno()

static void ChangeCno ( const std::vector< Ptr< SatUtPhy >> &  utsPhysicalLayers)
static

Definition at line 49 of file sat-dynamic-frequency-plan-example.cc.

References g_ascending, g_cnoInterval, and g_txMaxPower.

Variable Documentation

◆ g_ascending

bool g_ascending = false
static

Definition at line 44 of file sat-dynamic-frequency-plan-example.cc.

Referenced by ChangeCno().

◆ g_cnoInterval

Time g_cnoInterval = MilliSeconds(100)
static

Definition at line 45 of file sat-dynamic-frequency-plan-example.cc.

Referenced by ChangeCno().

◆ g_simulationTime

Time g_simulationTime = Minutes(1)
static

Definition at line 46 of file sat-dynamic-frequency-plan-example.cc.

◆ g_txMaxPower

double g_txMaxPower = 5.0
static

Definition at line 43 of file sat-dynamic-frequency-plan-example.cc.

Referenced by ChangeCno().