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

DsrNodeStab class (DSR node stability) More...

#include "dsr-rcache.h"

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

Public Member Functions

 DsrNodeStab (Time nodeStab=Simulator::Now())
 Constructor. More...
 
virtual ~DsrNodeStab ()
 
Time GetNodeStability () const
 Get node stability. More...
 
void SetNodeStability (Time nodeStab)
 Set node stability. More...
 

Private Attributes

Time m_nodeStability
 the node stability More...
 

Detailed Description

DsrNodeStab class (DSR node stability)

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

Constructor & Destructor Documentation

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

Constructor.

Parameters
nodeStabduration of stable node time

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

Get node stability.

Returns
the remaining time for node stability

Definition at line 206 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

Set node stability.

Parameters
nodeStabduration of the node stability

Definition at line 198 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

the node stability

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

Referenced by GetNodeStability(), and SetNodeStability().


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