A Discrete-Event Network Simulator
API
ns3::ThreeGppPropagationLossModel::ShadowingMapItem Struct Reference

Define a struct for the m_shadowingMap entries. More...

#include "three-gpp-propagation-loss-model.h"

Public Attributes

ChannelCondition::LosConditionValue m_condition
 the LOS/NLOS condition More...
 
Vector m_distance
 the vector AB More...
 
double m_shadowing
 the shadowing loss in dB More...
 

Detailed Description

Define a struct for the m_shadowingMap entries.

Definition at line 218 of file three-gpp-propagation-loss-model.h.

Member Data Documentation

◆ m_condition

ChannelCondition::LosConditionValue ns3::ThreeGppPropagationLossModel::ShadowingMapItem::m_condition

the LOS/NLOS condition

Definition at line 221 of file three-gpp-propagation-loss-model.h.

◆ m_distance

Vector ns3::ThreeGppPropagationLossModel::ShadowingMapItem::m_distance

the vector AB

Definition at line 222 of file three-gpp-propagation-loss-model.h.

◆ m_shadowing

double ns3::ThreeGppPropagationLossModel::ShadowingMapItem::m_shadowing

the shadowing loss in dB

Definition at line 220 of file three-gpp-propagation-loss-model.h.


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