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

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

+ Collaboration diagram for V2vHighwayProbChCondModelTestCase::TestVector:

Public Attributes

std::string m_density
 the vehicles density More...
 
double m_pLos {0.0}
 LOS probability. More...
 
double m_pNlos {0.0}
 NLOS 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 273 of file probabilistic-v2v-channel-condition-model-test.cc.

Member Data Documentation

◆ m_density

std::string V2vHighwayProbChCondModelTestCase::TestVector::m_density

the vehicles density

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

Referenced by V2vHighwayProbChCondModelTestCase::DoRun().

◆ m_pLos

double V2vHighwayProbChCondModelTestCase::TestVector::m_pLos {0.0}

LOS probability.

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

Referenced by V2vHighwayProbChCondModelTestCase::DoRun().

◆ m_pNlos

double V2vHighwayProbChCondModelTestCase::TestVector::m_pNlos {0.0}

NLOS probability.

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

Referenced by V2vHighwayProbChCondModelTestCase::DoRun().

◆ m_positionA

Vector V2vHighwayProbChCondModelTestCase::TestVector::m_positionA

the position of the first node

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

Referenced by V2vHighwayProbChCondModelTestCase::DoRun().

◆ m_positionB

Vector V2vHighwayProbChCondModelTestCase::TestVector::m_positionB

the position of the second node

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

Referenced by V2vHighwayProbChCondModelTestCase::DoRun().

◆ m_typeId

TypeId V2vHighwayProbChCondModelTestCase::TestVector::m_typeId

the type ID of the channel condition model to be used

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

Referenced by V2vHighwayProbChCondModelTestCase::DoRun().


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