DsrNodeStab class (DSR node stability) More...
#include "dsr-rcache.h"
 Collaboration diagram for ns3::dsr::DsrNodeStab:
 Collaboration diagram for ns3::dsr::DsrNodeStab:| Public Member Functions | |
| DsrNodeStab (Time nodeStab=Simulator::Now()) | |
| Constructor. | |
| virtual | ~DsrNodeStab () | 
| Time | GetNodeStability () const | 
| Get node stability. | |
| void | SetNodeStability (Time nodeStab) | 
| Set node stability. | |
| Private Attributes | |
| Time | m_nodeStability | 
| the node stability | |
DsrNodeStab class (DSR node stability)
Definition at line 180 of file dsr-rcache.h.
| ns3::dsr::DsrNodeStab::DsrNodeStab | ( | Time | nodeStab = Simulator::Now() | ) | 
Constructor.
| nodeStab | duration of stable node time | 
Definition at line 78 of file dsr-rcache.cc.
| 
 | virtual | 
Definition at line 83 of file dsr-rcache.cc.
| 
 | inline | 
Get node stability.
Definition at line 204 of file dsr-rcache.h.
References m_nodeStability, and ns3::Simulator::Now().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inline | 
Set node stability.
| nodeStab | duration of the node stability | 
Definition at line 195 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
the node stability
Definition at line 210 of file dsr-rcache.h.
Referenced by GetNodeStability(), and SetNodeStability().