ns3::PropagationLossModel Class Reference

Modelize the propagation loss through a transmission medium. More...

#include <propagation-loss-model.h>

Inheritance diagram for ns3::PropagationLossModel:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

double CalcRxPower (double txPowerDbm, Ptr< MobilityModel > a, Ptr< MobilityModel > b) const

Static Public Member Functions

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

Private Attributes

Ptr< PropagationLossModelm_next


Detailed Description

Modelize the propagation loss through a transmission medium.

Calculate the receive power (dbm) from a transmit power (dbm) and a mobility model for the source and destination positions.


Member Function Documentation

double ns3::PropagationLossModel::CalcRxPower ( double  txPowerDbm,
Ptr< MobilityModel a,
Ptr< MobilityModel b 
) const

Parameters:
txPowerDbm current transmission power (in dBm)
a the mobility model of the source
b the mobility model of the destination
Returns:
the reception power after adding/multiplying propagation loss (in dBm)

static TypeId ns3::PropagationLossModel::GetTypeId ( void   )  [static]


Member Data Documentation

A pointer to the next aggregate object. This is a circular linked list of aggregated objects: the last one points back to the first one. If an object is not aggregated to any other object, the value of this field is equal to the value of the 'this' pointer.

Reimplemented from ns3::Object.


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

Generated on Fri Apr 9 15:01:09 2010 for NS-3 by  doxygen 1.5.8