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 | |
Vector | m_distance |
the vector AB | |
double | m_shadowing |
the shadowing loss in dB | |
Define a struct for the m_shadowingMap entries.
Definition at line 312 of file three-gpp-propagation-loss-model.h.
ChannelCondition::LosConditionValue ns3::ThreeGppPropagationLossModel::ShadowingMapItem::m_condition |
the LOS/NLOS condition
Definition at line 315 of file three-gpp-propagation-loss-model.h.
Vector ns3::ThreeGppPropagationLossModel::ShadowingMapItem::m_distance |
the vector AB
Definition at line 316 of file three-gpp-propagation-loss-model.h.
double ns3::ThreeGppPropagationLossModel::ShadowingMapItem::m_shadowing |
the shadowing loss in dB
Definition at line 314 of file three-gpp-propagation-loss-model.h.