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 (  ) 

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


Friends And Related Function Documentation

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

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


Member Data Documentation

I3IPAddress I3BaseApp::I3CachedServer::address

simtime_t I3BaseApp::I3CachedServer::lastReply

simtime_t I3BaseApp::I3CachedServer::roundTripTime


The documentation for this struct was generated from the following files:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3