#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) |
Definition in file I3BaseApp.cc.
| 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 }
1.5.8