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
00100 {
00101     out << "(x:" << entry.x << ", y:" << entry.y
00102     << ")\nbandwidth = " << entry.bandwidth
00103     << ",\ndelay = " << entry.accessDelay
00104     << ",\ntxMaxQueueTime = " << entry.txMaxQueueTime
00105     << ",\ntxFinished = " << entry.txFinished;
00106 
00107     return out;
00108 }


Generated on Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1