GlobalDhtTestMap.cc File Reference

#include <omnetpp.h>
#include <GlobalStatisticsAccess.h>
#include <DHTTestAppMessages_m.h>
#include "GlobalDhtTestMap.h"

Go to the source code of this file.

Functions

 Define_Module (GlobalDhtTestMap)
std::ostream & operator<< (std::ostream &stream, const DHTEntry entry)


Detailed Description

Author:
Ingmar Baumgart

Definition in file GlobalDhtTestMap.cc.


Function Documentation

Define_Module ( GlobalDhtTestMap   ) 

std::ostream& operator<< ( std::ostream &  stream,
const DHTEntry  entry 
)

Definition at line 36 of file GlobalDhtTestMap.cc.

00037 {
00038     return stream << "Value: " << entry.value
00039                   << " Endtime: " << entry.endtime;
00040 }


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8