OverSim
|
struct for storing a NodeHandle together with its proximity value and an optional timestamp More...
#include <PastryTypes.h>
Public Member Functions | |
PastryExtendedNode () | |
PastryExtendedNode (const NodeHandle &node, simtime_t rtt, simtime_t timestamp=0) |
Public Attributes | |
NodeHandle | node |
simtime_t | rtt |
simtime_t | timestamp |
struct for storing a NodeHandle together with its proximity value and an optional timestamp
Definition at line 84 of file PastryTypes.h.
|
inline |
Definition at line 90 of file PastryTypes.h.
|
inline |
NodeHandle PastryExtendedNode::node |
Definition at line 86 of file PastryTypes.h.
Referenced by PastryRoutingTable::findCloserNode(), PastryRoutingTable::findCloserNodes(), PastryRoutingTable::findNextNodeToAsk(), PastryRoutingTable::lookupNextHop(), operator<<(), and PastryRoutingTable::repair().
simtime_t PastryExtendedNode::rtt |
Definition at line 87 of file PastryTypes.h.
Referenced by operator<<().
simtime_t PastryExtendedNode::timestamp |
Definition at line 88 of file PastryTypes.h.