I3BaseApp.cc File Reference

#include <omnetpp.h>
#include <IPAddressResolver.h>
#include <GlobalNodeListAccess.h>
#include <InitStages.h>
#include <NotificationBoard.h>
#include <UnderlayConfigurator.h>
#include <UDPControlInfo_m.h>
#include <NodeHandle.h>
#include <BootstrapList.h>
#include "I3Trigger.h"
#include "I3IdentifierStack.h"
#include "I3Message.h"
#include "I3BaseApp.h"
#include <UDPAppBase.h>
#include <INotifiable.h>
#include "I3IPAddress.h"
#include "I3Identifier.h"
#include <iostream>
#include <sstream>
#include <cfloat>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const I3BaseApp::I3CachedServer &server)

Detailed Description

Author:
Antonio Zea

Definition in file I3BaseApp.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const I3BaseApp::I3CachedServer server 
)

Definition at line 51 of file I3BaseApp.cc.

00051                                                                               {
00052     os << server.address << " rt=" << server.roundTripTime;
00053     return os;
00054 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3