DHTTestApp::DHTTestApp::DHTStatsContext Class Reference

A container used by the DHTTestApp to store context information for statistics. More...

List of all members.

Public Member Functions

 DHTStatsContext (bool measurementPhase, simtime_t requestTime, const OverlayKey &key)

Public Attributes

bool measurementPhase
simtime_t requestTime
OverlayKey key


Detailed Description

A container used by the DHTTestApp to store context information for statistics.

Author:
Ingmar Baumgart

Definition at line 59 of file DHTTestApp.h.


Constructor & Destructor Documentation

DHTTestApp::DHTTestApp::DHTStatsContext::DHTStatsContext ( bool  measurementPhase,
simtime_t  requestTime,
const OverlayKey key 
) [inline]

Definition at line 66 of file DHTTestApp.h.

00068                                                :
00069             measurementPhase(measurementPhase), requestTime(requestTime),
00070             key(key) {};
    };


Member Data Documentation

OverlayKey DHTTestApp::DHTTestApp::DHTStatsContext::key

Definition at line 64 of file DHTTestApp.h.

Referenced by DHTTestApp::handleGetResponse().

bool DHTTestApp::DHTTestApp::DHTStatsContext::measurementPhase

Definition at line 62 of file DHTTestApp.h.

Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().

simtime_t DHTTestApp::DHTTestApp::DHTStatsContext::requestTime

Definition at line 63 of file DHTTestApp.h.

Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().


The documentation for this class was generated from the following file:

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