GiaNeighbors.cc File Reference


Detailed Description

Author:
Robert Palmer, Bernhard Heep

#include <InitStages.h>
#include "GiaNeighbors.h"

Functions

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


Function Documentation

Define_Module ( GiaNeighbors   ) 

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 Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1