OverSim
SearchMsgBookkeeping::SearchMessageItem Struct Reference

structure containing all necessary values to gather statistical data More...

#include <SearchMsgBookkeeping.h>

Public Attributes

OverlayKey searchKey
 key to search for
simtime_t creationTime
 time when message was sent to overlay
simtime_t minDelay
 minimum delay of an response message for this search message
simtime_t maxDelay
 maximum delay of an response message for this search message
uint32_t minHopCount
 minimum hop count of an response message for this search message
uint32_t maxHopCount
 maximum hop count of an response message for this search message
uint32_t responseCount
 number of response messages fpr this search message

Detailed Description

structure containing all necessary values to gather statistical data

Definition at line 60 of file SearchMsgBookkeeping.h.

Member Data Documentation

simtime_t SearchMsgBookkeeping::SearchMessageItem::creationTime

time when message was sent to overlay

Definition at line 63 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage(), and SearchMsgBookkeeping::updateItem().

simtime_t SearchMsgBookkeeping::SearchMessageItem::maxDelay

maximum delay of an response message for this search message

Definition at line 65 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage(), SearchMsgBookkeeping::getStatisticalData(), and SearchMsgBookkeeping::updateItem().

uint32_t SearchMsgBookkeeping::SearchMessageItem::maxHopCount

maximum hop count of an response message for this search message

Definition at line 67 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage(), SearchMsgBookkeeping::getStatisticalData(), and SearchMsgBookkeeping::updateItem().

simtime_t SearchMsgBookkeeping::SearchMessageItem::minDelay

minimum delay of an response message for this search message

Definition at line 64 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage(), SearchMsgBookkeeping::getStatisticalData(), and SearchMsgBookkeeping::updateItem().

uint32_t SearchMsgBookkeeping::SearchMessageItem::minHopCount

minimum hop count of an response message for this search message

Definition at line 66 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage(), SearchMsgBookkeeping::getStatisticalData(), and SearchMsgBookkeeping::updateItem().

uint32_t SearchMsgBookkeeping::SearchMessageItem::responseCount

number of response messages fpr this search message

Definition at line 68 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage(), SearchMsgBookkeeping::getStatisticalData(), and SearchMsgBookkeeping::updateItem().

OverlayKey SearchMsgBookkeeping::SearchMessageItem::searchKey

key to search for

Definition at line 62 of file SearchMsgBookkeeping.h.

Referenced by SearchMsgBookkeeping::addMessage().


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