A Discrete-Event Network Simulator
API
V2vUrbanProbChCondModelTestCase::TestVector Struct Reference

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

+ Collaboration diagram for V2vUrbanProbChCondModelTestCase::TestVector:

Public Attributes

std::string m_density
 the vehicles density More...
 
double m_pLos {0.0}
 LOS probability. More...
 
double m_pNlosv {0.0}
 NLOSv probability. More...
 
Vector m_positionA
 the position of the first node More...
 
Vector m_positionB
 the position of the second node More...
 
TypeId m_typeId
 the type ID of the channel condition model to be used More...
 

Detailed Description

Struct containing the parameters for each test.

Definition at line 81 of file probabilistic-v2v-channel-condition-model-test.cc.

Member Data Documentation

◆ m_density

std::string V2vUrbanProbChCondModelTestCase::TestVector::m_density

the vehicles density

Definition at line 87 of file probabilistic-v2v-channel-condition-model-test.cc.

Referenced by V2vUrbanProbChCondModelTestCase::DoRun().

◆ m_pLos

double V2vUrbanProbChCondModelTestCase::TestVector::m_pLos {0.0}

LOS probability.

Definition at line 85 of file probabilistic-v2v-channel-condition-model-test.cc.

Referenced by V2vUrbanProbChCondModelTestCase::DoRun().

◆ m_pNlosv

double V2vUrbanProbChCondModelTestCase::TestVector::m_pNlosv {0.0}

NLOSv probability.

Definition at line 86 of file probabilistic-v2v-channel-condition-model-test.cc.

Referenced by V2vUrbanProbChCondModelTestCase::DoRun().

◆ m_positionA

Vector V2vUrbanProbChCondModelTestCase::TestVector::m_positionA

the position of the first node

Definition at line 83 of file probabilistic-v2v-channel-condition-model-test.cc.

Referenced by V2vUrbanProbChCondModelTestCase::DoRun().

◆ m_positionB

Vector V2vUrbanProbChCondModelTestCase::TestVector::m_positionB

the position of the second node

Definition at line 84 of file probabilistic-v2v-channel-condition-model-test.cc.

Referenced by V2vUrbanProbChCondModelTestCase::DoRun().

◆ m_typeId

TypeId V2vUrbanProbChCondModelTestCase::TestVector::m_typeId

the type ID of the channel condition model to be used

Definition at line 88 of file probabilistic-v2v-channel-condition-model-test.cc.

Referenced by V2vUrbanProbChCondModelTestCase::DoRun().


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