PastryExtendedNode Struct Reference

struct for storing a NodeHandle together with its proximity value and an optional timestamp More...

#include <PastryTypes.h>

List of all members.

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

Detailed Description

struct for storing a NodeHandle together with its proximity value and an optional timestamp

Definition at line 82 of file PastryTypes.h.


Constructor & Destructor Documentation

PastryExtendedNode::PastryExtendedNode (  )  [inline]

Definition at line 88 of file PastryTypes.h.

00088 : node(), rtt(-2), timestamp(0) {};

PastryExtendedNode::PastryExtendedNode ( const NodeHandle node,
simtime_t  rtt,
simtime_t  timestamp = 0 
) [inline]

Definition at line 89 of file PastryTypes.h.

00091     : node(node), rtt(rtt), timestamp(timestamp) {};


Member Data Documentation

Definition at line 85 of file PastryTypes.h.

Referenced by operator<<().

Definition at line 86 of file PastryTypes.h.


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:18 2010 for OverSim by  doxygen 1.6.3