OverSim
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 <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.

{
os << server.address << " rt=" << server.roundTripTime;
return os;
}