A Discrete-Event Network Simulator
API
ThreeGppShadowingTestCase Class Reference
+ Inheritance diagram for ThreeGppShadowingTestCase:
+ Collaboration diagram for ThreeGppShadowingTestCase:

Classes

struct  TestVector
 Struct containing the parameters for each test. More...
 

Public Member Functions

 ThreeGppShadowingTestCase ()
 
virtual ~ThreeGppShadowingTestCase ()
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Private Member Functions

void ChangeChannelCondition (Ptr< ChannelConditionModel > ccm)
 
virtual void DoRun (void)
 Implementation to actually run this TestCase. More...
 
void EvaluateLoss (Ptr< MobilityModel > a, Ptr< MobilityModel > b, uint8_t testNum)
 Compute the propagation loss. More...
 
void RunTest (uint16_t testNum, std::string propagationLossModelType, double hBs, double hUt, double distance, bool shadowingEnabled)
 Run the experiment. More...
 

Private Attributes

Ptr< ThreeGppPropagationLossModelm_lossModel
 the propagation loss model More...
 
std::map< uint16_t, std::vector< double > > m_results
 used to store the test results More...
 
TestVectors< TestVectorm_testVectors
 array containing all the test vectors More...
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum  TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor. More...
 
void AddTestCase (TestCase *testCase, TestDuration duration=QUICK)
 Add an individual child TestCase to this test suite. More...
 
TestCaseGetParent () const
 Get the parent of this TestCsse. More...
 
bool IsStatusFailure (void) const
 Check if any tests failed. More...
 
bool IsStatusSuccess (void) const
 Check if all tests passed. More...
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found. More...
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 Log the failure of this TestCase. More...
 
bool MustAssertOnFailure (void) const
 Check if this run should assert on failure. More...
 
bool MustContinueOnFailure (void) const
 Check if this run should continue on failure. More...
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory. More...
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ ThreeGppShadowingTestCase()

ThreeGppShadowingTestCase::ThreeGppShadowingTestCase ( )

◆ ~ThreeGppShadowingTestCase()

ThreeGppShadowingTestCase::~ThreeGppShadowingTestCase ( )
virtual

Member Function Documentation

◆ ChangeChannelCondition()

void ThreeGppShadowingTestCase::ChangeChannelCondition ( Ptr< ChannelConditionModel ccm)
private

Definition at line 1033 of file three-gpp-propagation-loss-model-test-suite.cc.

References m_lossModel, and ns3::ThreeGppPropagationLossModel::SetChannelConditionModel().

Referenced by RunTest().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoRun()

◆ EvaluateLoss()

void ThreeGppShadowingTestCase::EvaluateLoss ( Ptr< MobilityModel a,
Ptr< MobilityModel b,
uint8_t  testNum 
)
private

Compute the propagation loss.

Parameters
athe first mobility model
bthe second mobility model
testNumthe index of the experiment

Definition at line 1026 of file three-gpp-propagation-loss-model-test-suite.cc.

References ns3::PropagationLossModel::CalcRxPower(), m_lossModel, and m_results.

Referenced by RunTest().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RunTest()

void ThreeGppShadowingTestCase::RunTest ( uint16_t  testNum,
std::string  propagationLossModelType,
double  hBs,
double  hUt,
double  distance,
bool  shadowingEnabled 
)
private

Run the experiment.

Parameters
testNumthe index of the experiment
propagationLossModelTypethe type id of the propagation loss model to be used
hBsthe BS height in meters
hUtthe UT height in meters
distancethe intial distance between the BS and the UT

Definition at line 1039 of file three-gpp-propagation-loss-model-test-suite.cc.

References ChangeChannelCondition(), ns3::ObjectFactory::Create(), EvaluateLoss(), m_lossModel, m_results, ns3::MilliSeconds(), first::nodes, ns3::Seconds(), ns3::ObjectBase::SetAttribute(), ns3::ThreeGppPropagationLossModel::SetChannelConditionModel(), ns3::MobilityModel::SetPosition(), and ns3::ConstantVelocityMobilityModel::SetVelocity().

Referenced by DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_lossModel

Ptr<ThreeGppPropagationLossModel> ThreeGppShadowingTestCase::m_lossModel
private

the propagation loss model

Definition at line 1012 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by ChangeChannelCondition(), EvaluateLoss(), and RunTest().

◆ m_results

std::map<uint16_t , std::vector<double> > ThreeGppShadowingTestCase::m_results
private

used to store the test results

Definition at line 1013 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by DoRun(), EvaluateLoss(), and RunTest().

◆ m_testVectors

TestVectors<TestVector> ThreeGppShadowingTestCase::m_testVectors
private

array containing all the test vectors

Definition at line 1011 of file three-gpp-propagation-loss-model-test-suite.cc.

Referenced by DoRun().


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