PastryNeighborhoodSet.h File Reference


Detailed Description

Author:
Felix Palmen

#include <vector>
#include <omnetpp.h>
#include <NodeHandle.h>
#include "PastryStateObject.h"
#include "PastryTypes.h"
#include "PastryMessage_m.h"

Classes

class  PastryNeighborhoodSet
 PastryNeighborhoodSet module. More...

Functions

std::ostream & operator<< (std::ostream &os, const PastryExtendedNode &n)
 Stream output operator to make WATCH() do something useful with the neighborhood set.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const PastryExtendedNode n 
)

Stream output operator to make WATCH() do something useful with the neighborhood set.

00149 {
00150     os << n.node << "; Ping: " << n.rtt;
00151     return os;
00152 }


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5