ns-3
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:
Collaboration diagram for ns3::ChannelRealization:

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

Get the multipath loss model.

Returns:
the pointer to the multipath loss model

References NS_LOG_FUNCTION.

Get the path loss model.

Returns:
the pointer to the path loss model

References NS_LOG_FUNCTION.

Get the penetration loss model.

Returns:
the pointer to the penetration loss model

References NS_LOG_FUNCTION.

Get the shadowing loss model.

Returns:
the pointer to the shadowing loss model

References NS_LOG_FUNCTION.

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::NonCommunicatingNetDevice/Phy/$ns3::ChannelRealization

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

Reimplemented from ns3::Object.

References ns3::TypeId::SetParent().

Set the multipath loss model.

Parameters:
lthe multipath loss model

References NS_LOG_FUNCTION.

Set the path loss model.

Parameters:
lthe path loss model

References NS_LOG_FUNCTION.

Set the penetration loss model.

Parameters:
lthe penetration loss model

References NS_LOG_FUNCTION.

Set the shadowing loss model.

Parameters:
lthe shadowing loss model

References NS_LOG_FUNCTION.


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