SimpleNodeEntry.cc File Reference


Detailed Description

Author:
Bernhard Heep

#include <sstream>
#include "SimpleNodeEntry.h"

Functions

std::ostream & operator<< (std::ostream &out, const SimpleNodeEntry &entry)


Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const SimpleNodeEntry entry 
)

Parameters:
out output stream
entry the terminal
Returns:
reference to stream out
00097 {
00098     out << "(x:" << entry.x << ", y:" << entry.y
00099     << ")\nbandwidth = " << entry.bandwidth
00100     << ",\ndelay = " << entry.accessDelay
00101     << ",\ntxMaxQueueTime = " << entry.txMaxQueueTime
00102     << ",\ntxFinished = " << entry.txFinished;
00103 
00104     return out;
00105 }


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