I3BaseApp::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)


Detailed Description

Definition at line 45 of file I3BaseApp.h.


Constructor & Destructor Documentation

I3BaseApp::I3BaseApp::I3CachedServer::I3CachedServer (  ) 

Definition at line 45 of file I3BaseApp.cc.

00045                                         :
00046         lastReply(0),
00047         roundTripTime(MAXTIME)
00048 {
00049 }


Friends And Related Function Documentation

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

Definition at line 51 of file I3BaseApp.cc.

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


Member Data Documentation

I3IPAddress I3BaseApp::I3BaseApp::I3CachedServer::address

simtime_t I3BaseApp::I3BaseApp::I3CachedServer::lastReply

Definition at line 48 of file I3BaseApp.h.

Referenced by I3BaseApp::refreshTriggers().

simtime_t I3BaseApp::I3BaseApp::I3CachedServer::roundTripTime

Definition at line 49 of file I3BaseApp.h.

Referenced by operator<<(), and I3BaseApp::refreshTriggers().


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

Generated on Tue Sep 8 17:26:59 2009 for OverSim by  doxygen 1.5.8