A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::PropagationCache< T >::PropagationPathIdentifier Struct Reference

Each path is identified by. More...

+ Collaboration diagram for ns3::PropagationCache< T >::PropagationPathIdentifier:

Public Member Functions

 PropagationPathIdentifier (Ptr< const MobilityModel > a, Ptr< const MobilityModel > b, uint32_t modelUid)
 
bool operator< (const PropagationPathIdentifier &other) const
 

Public Attributes

Ptr< const MobilityModelm_dstMobility
 
uint32_t m_spectrumModelUid
 
Ptr< const MobilityModelm_srcMobility
 

Detailed Description

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

Each path is identified by.

Definition at line 58 of file propagation-cache.h.

Constructor & Destructor Documentation

template<class T>
ns3::PropagationCache< T >::PropagationPathIdentifier::PropagationPathIdentifier ( Ptr< const MobilityModel a,
Ptr< const MobilityModel b,
uint32_t  modelUid 
)
inline

Definition at line 60 of file propagation-cache.h.

Member Function Documentation

template<class T>
bool ns3::PropagationCache< T >::PropagationPathIdentifier::operator< ( const PropagationPathIdentifier other) const
inline

Member Data Documentation

template<class T>
Ptr<const MobilityModel> ns3::PropagationCache< T >::PropagationPathIdentifier::m_dstMobility
template<class T>
uint32_t ns3::PropagationCache< T >::PropagationPathIdentifier::m_spectrumModelUid
template<class T>
Ptr<const MobilityModel> ns3::PropagationCache< T >::PropagationPathIdentifier::m_srcMobility

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