BootstrapOracle.cc File Reference


Detailed Description

Author:
Markus Mauch, Robert Palmer

#include <omnetpp.h>
#include <OverlayKey.h>
#include "BootstrapOracle.h"

Functions

 Define_Module (BootstrapOracle)
std::ostream & operator<< (std::ostream &Stream, const bootstrapEntry entry)


Function Documentation

Define_Module ( BootstrapOracle   ) 

std::ostream& operator<< ( std::ostream &  Stream,
const bootstrapEntry  entry 
)

00034 {
00035     return Stream << "Address: " << entry.node->ip
00036                   << " Port: " << entry.node->port << " ModuleID: "
00037                   << entry.info->getModuleID() << " Bootstrapped: "
00038                   << (entry.info->isBootstrapped() ? "true" : "false");
00039 }


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