#include "simulation-helper.h"
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 |
Definition at line 594 of file simulation-helper.h.
| ns3::SimulationHelperConf::SimulationHelperConf | ( | ) |
Default constructor.
Definition at line 114 of file simulation-helper.cc.
References m_activateProgressLogging, m_activateStatistics, m_enabledBeams, m_simTime, m_utCount, m_utMobileUserCount, and m_utUserCount.
|
virtual |
Destructor.
Definition at line 126 of file simulation-helper.cc.
|
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.
| bool ns3::SimulationHelperConf::m_activateProgressLogging |
Definition at line 618 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().
| bool ns3::SimulationHelperConf::m_activateStatistics |
Definition at line 617 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().
| SimulationHelper::CrTxConf_t ns3::SimulationHelperConf::m_crTxConf |
Definition at line 619 of file simulation-helper.h.
| std::string ns3::SimulationHelperConf::m_enabledBeams |
Definition at line 613 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().
| std::string ns3::SimulationHelperConf::m_mobileUtsFolder |
Definition at line 620 of file simulation-helper.h.
Referenced by GetTypeId().
| Time ns3::SimulationHelperConf::m_simTime |
Definition at line 612 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().
| Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utCount |
Definition at line 614 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().
| Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utMobileUserCount |
Definition at line 616 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().
| Ptr<RandomVariableStream> ns3::SimulationHelperConf::m_utUserCount |
Definition at line 615 of file simulation-helper.h.
Referenced by SimulationHelperConf(), and GetTypeId().