GiaNeighbors.h File Reference


Detailed Description

Author:
Robert Palmer, Bernhard Heep

#include <vector>
#include <omnetpp.h>
#include <OverlayKey.h>
#include <InitStages.h>
#include "GiaNode.h"
#include "GiaKeyList.h"

Classes

struct  GiaNeighborInfo
class  GiaNeighbors
 This class is for managing all neighbor nodes. More...

Functions

std::ostream & operator<< (std::ostream &os, const GiaNeighborInfo &info)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const GiaNeighborInfo info 
)

00284 {
00285     os << "C: " << info.capacity
00286        << ", degree: "  << info.connectionDegree
00287        << ", rTokens "  << info.receivedTokens
00288        << ", sTokens " << info.sentTokens
00289        << ", tStamp: " << info.timestamp;
00290     return os;
00291 }


Generated on Fri May 11 14:52:39 2007 for ITM OverSim by  doxygen 1.4.7