I3BaseApp::I3CachedServer Struct Reference

#include <I3BaseApp.h>

List of all members.

Public Member Functions

 I3CachedServer ()

Public Attributes

I3IPAddress address
simtime_t lastReply
simtime_t roundTripTime

Friends

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


Constructor & Destructor Documentation

I3BaseApp::I3CachedServer::I3CachedServer (  ) 

00043                                         :
00044         lastReply(0),
00045         roundTripTime(DBL_MAX)
00046 {
00047 }


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const I3CachedServer ip 
) [friend]

00049                                                                               {
00050     os << server.address << " rt=" << server.roundTripTime;
00051     return os;
00052 }


Member Data Documentation


The documentation for this struct was generated from the following files:

Generated on Fri Sep 19 13:05:07 2008 for ITM OverSim by  doxygen 1.5.5