#include "simulation-helper.h"
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 |
Definition at line 599 of file simulation-helper.h.
ns3::SimulationHelperConf::SimulationHelperConf | ( | ) |
Default constructor.
Definition at line 122 of file simulation-helper.cc.
|
virtual |
Destructor.
Definition at line 134 of file simulation-helper.cc.
TypeId ns3::SimulationHelperConf::GetInstanceTypeId | ( | void | ) | const |
Derived from Object.
Definition at line 115 of file simulation-helper.cc.
References GetTypeId().
|
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().
bool ns3::SimulationHelperConf::m_activateProgressLogging |
Definition at line 628 of file simulation-helper.h.
Referenced by GetTypeId().
bool ns3::SimulationHelperConf::m_activateStatistics |
Definition at line 627 of file simulation-helper.h.
Referenced by GetTypeId().
SimulationHelper::CrTxConf_t ns3::SimulationHelperConf::m_crTxConf |
Definition at line 629 of file simulation-helper.h.
std::string ns3::SimulationHelperConf::m_enabledBeams |
Definition at line 623 of file simulation-helper.h.
Referenced by GetTypeId().
std::string ns3::SimulationHelperConf::m_mobileUtsFolder |
Definition at line 630 of file simulation-helper.h.
Referenced by GetTypeId().
Time ns3::SimulationHelperConf::m_simTime |
Definition at line 622 of file simulation-helper.h.
Referenced by GetTypeId().
Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utCount |
Definition at line 624 of file simulation-helper.h.
Referenced by GetTypeId().
Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utMobileUserCount |
Definition at line 626 of file simulation-helper.h.
Referenced by GetTypeId().
Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utUserCount |
Definition at line 625 of file simulation-helper.h.
Referenced by GetTypeId().