ns3::ChannelRealization Class Reference

the ChannelRealization class implements a complete propagation model used by the channel to compute the loss due to the propagation of the signal. A ChannelRealization object is created for each couple of UE - eNB. More...

#include <channel-realization.h>

Inheritance diagram for ns3::ChannelRealization:
Inheritance graph
[legend]
Collaboration diagram for ns3::ChannelRealization:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void SetJakesFadingLossModel (Ptr< JakesFadingLossModel > l)
 Set the multipath loss model.
void SetPathLossModel (Ptr< PathLossModel > l)
 Set the path loss model.
void SetShadowingLossModel (Ptr< ShadowingLossModel > l)
 Set the shadowing loss model.
void SetPenetrationLossModel (Ptr< PenetrationLossModel > l)
 Set the penetration loss model.
Ptr< JakesFadingLossModelGetJakesFadingLossModel (void)
 Get the multipath loss model.
Ptr< PathLossModelGetPathLossModel (void)
 Get the path loss model.
Ptr< ShadowingLossModelGetShadowingLossModel (void)
 Get the shadowing loss model.
Ptr< PenetrationLossModelGetPenetrationLossModel (void)
 Get the penetration loss model.

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::ChannelRealization.

Detailed Description

the ChannelRealization class implements a complete propagation model used by the channel to compute the loss due to the propagation of the signal. A ChannelRealization object is created for each couple of UE - eNB.


Member Function Documentation

Ptr<JakesFadingLossModel> ns3::ChannelRealization::GetJakesFadingLossModel ( void   ) 

Get the multipath loss model.

Returns:
the pointer to the multipath loss model
Ptr<PathLossModel> ns3::ChannelRealization::GetPathLossModel ( void   ) 

Get the path loss model.

Returns:
the pointer to the path loss model
Ptr<PenetrationLossModel> ns3::ChannelRealization::GetPenetrationLossModel ( void   ) 

Get the penetration loss model.

Returns:
the pointer to the penetration loss model
Ptr<ShadowingLossModel> ns3::ChannelRealization::GetShadowingLossModel ( void   ) 

Get the shadowing loss model.

Returns:
the pointer to the shadowing loss model
static TypeId ns3::ChannelRealization::GetTypeId ( void   )  [static]

This method returns the TypeId associated to ns3::ChannelRealization.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::ChannelRealization
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::ChannelRealization

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::Object.

void ns3::ChannelRealization::SetJakesFadingLossModel ( Ptr< JakesFadingLossModel l  ) 

Set the multipath loss model.

Parameters:
l the multipath loss model
void ns3::ChannelRealization::SetPathLossModel ( Ptr< PathLossModel l  ) 

Set the path loss model.

Parameters:
l the path loss model
void ns3::ChannelRealization::SetPenetrationLossModel ( Ptr< PenetrationLossModel l  ) 

Set the penetration loss model.

Parameters:
l the penetration loss model
void ns3::ChannelRealization::SetShadowingLossModel ( Ptr< ShadowingLossModel l  ) 

Set the shadowing loss model.

Parameters:
l the shadowing loss model

The documentation for this class was generated from the following files:

Generated on 6 Jan 2011 for NS-3 by  doxygen 1.6.1