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
00172 {
00173     out << "(x:" << entry.nodeRecord->coords[0]
00174         << ", y:" << entry.nodeRecord->coords[1]
00175         << ")\nbandwidth = " << entry.bandwidth
00176         << ",\ndelay = " << entry.accessDelay
00177         << ",\nerrorRate = " << entry.errorRate
00178         << ",\ntxMaxQueueTime = " << entry.txMaxQueueTime
00179         << ",\ntxFinished = " << entry.txFinished;
00180 
00181     return out;
00182 }


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5