ns3::SimulationHelperConf Class Reference

#include "simulation-helper.h"

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

Public Member Functions

 SimulationHelperConf ()
 Default constructor. More...
 
virtual ~SimulationHelperConf ()
 Destructor. More...
 
TypeId GetInstanceTypeId (void) const
 Derived from Object. More...
 

Static Public Member Functions

static TypeId GetTypeId (void)
 Derived from Object. More...
 

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 599 of file simulation-helper.h.

Constructor & Destructor Documentation

◆ SimulationHelperConf()

ns3::SimulationHelperConf::SimulationHelperConf ( )

Default constructor.

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

◆ ~SimulationHelperConf()

ns3::SimulationHelperConf::~SimulationHelperConf ( )
virtual

Destructor.

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

Member Function Documentation

◆ GetInstanceTypeId()

TypeId ns3::SimulationHelperConf::GetInstanceTypeId ( void  ) const

Derived from Object.

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

References GetTypeId().

+ Here is the call graph for this function:

◆ GetTypeId()

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

Derived from Object.

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

References m_activateProgressLogging, m_activateStatistics, m_enabledBeams, m_mobileUtsFolder, m_simTime, m_utCount, m_utMobileUserCount, and m_utUserCount.

Referenced by GetInstanceTypeId().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_activateProgressLogging

bool ns3::SimulationHelperConf::m_activateProgressLogging

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

Referenced by GetTypeId().

◆ m_activateStatistics

bool ns3::SimulationHelperConf::m_activateStatistics

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

Referenced by GetTypeId().

◆ m_crTxConf

SimulationHelper::CrTxConf_t ns3::SimulationHelperConf::m_crTxConf

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

◆ m_enabledBeams

std::string ns3::SimulationHelperConf::m_enabledBeams

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

Referenced by GetTypeId().

◆ m_mobileUtsFolder

std::string ns3::SimulationHelperConf::m_mobileUtsFolder

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

Referenced by GetTypeId().

◆ m_simTime

Time ns3::SimulationHelperConf::m_simTime

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

Referenced by GetTypeId().

◆ m_utCount

Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utCount

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

Referenced by GetTypeId().

◆ m_utMobileUserCount

Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utMobileUserCount

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

Referenced by GetTypeId().

◆ m_utUserCount

Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utUserCount

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

Referenced by GetTypeId().


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