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
struct  FullGiaNodeInfo
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 
)

00309 {
00310     os //<< "C: " << info.capacity
00311        << ", degree: "  << info.connectionDegree
00312        << ", rTokens "  << info.receivedTokens
00313        << ", sTokens " << info.sentTokens
00314        << ", tStamp: " << info.timestamp;
00315     return os;
00316 }


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3