SimpleNodeEntry.cc File Reference


Detailed Description

Author:
Bernhard Heep

#include <sstream>
#include "SimpleNodeEntry.h"
#include "IPAddressResolver.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
00103 {
00104     out << "(x:" << entry.x << ", y:" << entry.y
00105     << ")\nbandwidth = " << entry.bandwidth
00106     << ",\ndelay = " << entry.accessDelay
00107     << ",\ntxMaxQueueTime = " << entry.txMaxQueueTime
00108     << ",\ntxFinished = " << entry.txFinished;
00109 
00110     return out;
00111 }


Generated on Wed Sep 26 12:13:00 2007 for ITM OverSim by  doxygen 1.5.1