Loading...
Searching...
No Matches
ns3::SimulationHelperConf Class Reference

#include "simulation-helper.h"

Inheritance diagram for ns3::SimulationHelperConf:
Collaboration diagram for ns3::SimulationHelperConf:

Public Member Functions

 SimulationHelperConf ()
 Default constructor.
virtual ~SimulationHelperConf ()
 Destructor.

Static Public Member Functions

static TypeId GetTypeId (void)
 Derived from Object.

Public Attributes

bool m_activateProgressLogging
bool m_activateStatistics
SimulationHelper::CrTxConf_t m_crTxConf
std::string m_enabledBeams
std::string m_mobileUtsFolder
Time m_simTime
Ptr< RandomVariableStream > m_utCount
Ptr< RandomVariableStream > m_utMobileUserCount
Ptr< RandomVariableStream > m_utUserCount

Detailed Description

Definition at line 594 of file simulation-helper.h.

Constructor & Destructor Documentation

◆ SimulationHelperConf()

ns3::SimulationHelperConf::SimulationHelperConf ( )

◆ ~SimulationHelperConf()

ns3::SimulationHelperConf::~SimulationHelperConf ( )
virtual

Destructor.

Definition at line 126 of file simulation-helper.cc.

Member Function Documentation

◆ GetTypeId()

TypeId ns3::SimulationHelperConf::GetTypeId ( void )
static

Derived from Object.

Definition at line 63 of file simulation-helper.cc.

References ns3::SatEnvVariables::GetInstance(), m_activateProgressLogging, m_activateStatistics, m_enabledBeams, m_mobileUtsFolder, m_simTime, m_utCount, m_utMobileUserCount, and m_utUserCount.

Here is the call graph for this function:

Member Data Documentation

◆ m_activateProgressLogging

bool ns3::SimulationHelperConf::m_activateProgressLogging

Definition at line 618 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().

◆ m_activateStatistics

bool ns3::SimulationHelperConf::m_activateStatistics

Definition at line 617 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().

◆ m_crTxConf

SimulationHelper::CrTxConf_t ns3::SimulationHelperConf::m_crTxConf

Definition at line 619 of file simulation-helper.h.

◆ m_enabledBeams

std::string ns3::SimulationHelperConf::m_enabledBeams

Definition at line 613 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().

◆ m_mobileUtsFolder

std::string ns3::SimulationHelperConf::m_mobileUtsFolder

Definition at line 620 of file simulation-helper.h.

Referenced by GetTypeId().

◆ m_simTime

Time ns3::SimulationHelperConf::m_simTime

Definition at line 612 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().

◆ m_utCount

Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utCount

Definition at line 614 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().

◆ m_utMobileUserCount

Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utMobileUserCount

Definition at line 616 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().

◆ m_utUserCount

Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utUserCount

Definition at line 615 of file simulation-helper.h.

Referenced by SimulationHelperConf(), and GetTypeId().


The documentation for this class was generated from the following files: