PingCache.cc File Reference


Detailed Description

Author:
Antonio Zea

#include "PingCache.h"

Functions

std::ostream & operator<< (std::ostream &os, const PingCache::PingCacheEntry &p)
 Define_Module (PingCache)


Function Documentation

Define_Module ( PingCache   ) 

std::ostream& operator<< ( std::ostream &  os,
const PingCache::PingCacheEntry p 
)

00029 {
00030     os << p.rtt << " (i=" << p.insertTime << ")";
00031     return os;
00032 }


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3