OverSim
|
#include <NeighborCache.h>
Public Member Functions | |
NeighborCacheEntry () | |
~NeighborCacheEntry () |
Public Attributes | |
simtime_t | insertTime |
simtime_t | rtt |
NeighborCacheRttState | rttState |
std::deque< simtime_t > | lastRtts |
NodeHandle | nodeRef |
NodeHandle | srcRoute |
AbstractNcsNodeInfo * | coordsInfo |
WaitingContexts | waitingContexts |
Definition at line 188 of file NeighborCache.h.
|
inline |
Definition at line 189 of file NeighborCache.h.
|
inline |
Definition at line 194 of file NeighborCache.h.
AbstractNcsNodeInfo* NeighborCache::NeighborCacheEntry::coordsInfo |
Definition at line 207 of file NeighborCache.h.
Referenced by NeighborCache::getAvgAbsPredictionError(), NeighborCacheEntry(), NeighborCache::updateNcsInfo(), NeighborCache::updateNode(), and ~NeighborCacheEntry().
simtime_t NeighborCache::NeighborCacheEntry::insertTime |
Definition at line 199 of file NeighborCache.h.
Referenced by NeighborCache::getNodeRtt(), NeighborCache::insertNodeContext(), NeighborCacheEntry(), operator<<(), NeighborCache::queryProx(), NeighborCache::setNodeTimeout(), NeighborCache::updateNcsInfo(), and NeighborCache::updateNode().
std::deque<simtime_t> NeighborCache::NeighborCacheEntry::lastRtts |
Definition at line 204 of file NeighborCache.h.
Referenced by NeighborCache::updateNode().
NodeHandle NeighborCache::NeighborCacheEntry::nodeRef |
Definition at line 205 of file NeighborCache.h.
Referenced by operator<<(), and NeighborCache::updateNode().
simtime_t NeighborCache::NeighborCacheEntry::rtt |
Definition at line 202 of file NeighborCache.h.
Referenced by NeighborCache::getAvgAbsPredictionError(), NeighborCache::getNodeRtt(), operator<<(), and NeighborCache::updateNode().
NeighborCacheRttState NeighborCache::NeighborCacheEntry::rttState |
Definition at line 203 of file NeighborCache.h.
Referenced by NeighborCache::getAvgAbsPredictionError(), NeighborCache::getNodeRtt(), NeighborCache::insertNodeContext(), NeighborCacheEntry(), operator<<(), NeighborCache::setNodeTimeout(), and NeighborCache::updateNode().
NodeHandle NeighborCache::NeighborCacheEntry::srcRoute |
Definition at line 206 of file NeighborCache.h.
WaitingContexts NeighborCache::NeighborCacheEntry::waitingContexts |
Definition at line 209 of file NeighborCache.h.
Referenced by NeighborCache::insertNodeContext(), operator<<(), NeighborCache::queryProx(), and ~NeighborCacheEntry().