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 |
structure containing all necessary values to gather statistical data
Definition at line 60 of file SearchMsgBookkeeping.h.
time when message was sent to overlay
Definition at line 63 of file SearchMsgBookkeeping.h.
Referenced by SearchMsgBookkeeping::addMessage(), and SearchMsgBookkeeping::updateItem().
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().
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().
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().
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().
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().
key to search for
Definition at line 62 of file SearchMsgBookkeeping.h.
Referenced by SearchMsgBookkeeping::addMessage().