ns-3
ns3::PropagationCache< T > Class Template Reference

Constructs a cache of objects, where each obect is responsible for a single propagation path loss calculations. Propagation path a–>b and b–>a is the same thing. Propagation path is identified by a couple of MobilityModels and a spectrum model UID. More...

#include <propagation-cache.h>

List of all members.

Classes

struct  PropagationPathIdentifier
 Each path is identified by.

Public Member Functions

Ptr< T > GetPathData (Ptr< const MobilityModel > a, Ptr< const MobilityModel > b, uint32_t modelUid)

Detailed Description

template<class T>
class ns3::PropagationCache< T >

Constructs a cache of objects, where each obect is responsible for a single propagation path loss calculations. Propagation path a–>b and b–>a is the same thing. Propagation path is identified by a couple of MobilityModels and a spectrum model UID.


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