A Discrete-Event Network Simulator
API
ns3::ThreeGppChannelConditionModel::Item Struct Reference

Struct to store the channel condition in the m_channelConditionMap. More...

+ Collaboration diagram for ns3::ThreeGppChannelConditionModel::Item:

Public Attributes

Ptr< ChannelConditionm_condition
 the channel condition More...
 
Time m_generatedTime
 the time when the condition was generated More...
 

Detailed Description

Struct to store the channel condition in the m_channelConditionMap.

Definition at line 554 of file channel-condition-model.h.

Member Data Documentation

◆ m_condition

Ptr<ChannelCondition> ns3::ThreeGppChannelConditionModel::Item::m_condition

the channel condition

Definition at line 556 of file channel-condition-model.h.

Referenced by ns3::ThreeGppChannelConditionModel::GetChannelCondition().

◆ m_generatedTime

Time ns3::ThreeGppChannelConditionModel::Item::m_generatedTime

the time when the condition was generated

Definition at line 557 of file channel-condition-model.h.

Referenced by ns3::ThreeGppChannelConditionModel::GetChannelCondition().


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