A Discrete-Event Network Simulator
API
ns3::dsr::DsrNodeStab Class Reference

#include "dsr-rcache.h"

+ Collaboration diagram for ns3::dsr::DsrNodeStab:

Public Member Functions

 DsrNodeStab (Time nodeStab=Simulator::Now())
 
virtual ~DsrNodeStab ()
 
Time GetNodeStability () const
 
void SetNodeStability (Time nodeStab)
 

Private Attributes

Time m_nodeStability
 

Detailed Description

Definition at line 155 of file dsr-rcache.h.

Constructor & Destructor Documentation

ns3::dsr::DsrNodeStab::DsrNodeStab ( Time  nodeStab = Simulator::Now ())

Definition at line 81 of file dsr-rcache.cc.

ns3::dsr::DsrNodeStab::~DsrNodeStab ( )
virtual

Definition at line 86 of file dsr-rcache.cc.

Member Function Documentation

Time ns3::dsr::DsrNodeStab::GetNodeStability ( ) const
inline

Definition at line 166 of file dsr-rcache.h.

References m_nodeStability, and ns3::Simulator::Now().

+ Here is the call graph for this function:

void ns3::dsr::DsrNodeStab::SetNodeStability ( Time  nodeStab)
inline

Definition at line 162 of file dsr-rcache.h.

References m_nodeStability, and ns3::Simulator::Now().

Referenced by ns3::dsr::DsrRouteCache::AddRoute_Link().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

Time ns3::dsr::DsrNodeStab::m_nodeStability
private

Definition at line 171 of file dsr-rcache.h.

Referenced by GetNodeStability(), and SetNodeStability().


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