|
OverSim
|
struct for average statistical values of search messages and responses More...
#include <SearchMsgBookkeeping.h>
Public Attributes | |
| float | minDelay |
| average minimum delay of all response messages | |
| float | maxDelay |
| average maximum delay of all response messages | |
| float | minHopCount |
| average minimum hop count of all response messages | |
| float | maxHopCount |
| average maximum hop count of all response messages | |
| float | responseCount |
| average number of response messages for all search messages | |
struct for average statistical values of search messages and responses
Definition at line 39 of file SearchMsgBookkeeping.h.
| float GiaSearchStats::maxDelay |
average maximum delay of all response messages
Definition at line 42 of file SearchMsgBookkeeping.h.
Referenced by GIASearchApp::finishApp(), and SearchMsgBookkeeping::getStatisticalData().
| float GiaSearchStats::maxHopCount |
average maximum hop count of all response messages
Definition at line 44 of file SearchMsgBookkeeping.h.
Referenced by GIASearchApp::finishApp(), and SearchMsgBookkeeping::getStatisticalData().
| float GiaSearchStats::minDelay |
average minimum delay of all response messages
Definition at line 41 of file SearchMsgBookkeeping.h.
Referenced by GIASearchApp::finishApp(), and SearchMsgBookkeeping::getStatisticalData().
| float GiaSearchStats::minHopCount |
average minimum hop count of all response messages
Definition at line 43 of file SearchMsgBookkeeping.h.
Referenced by GIASearchApp::finishApp(), and SearchMsgBookkeeping::getStatisticalData().
| float GiaSearchStats::responseCount |
average number of response messages for all search messages
Definition at line 45 of file SearchMsgBookkeeping.h.
Referenced by GIASearchApp::finishApp(), and SearchMsgBookkeeping::getStatisticalData().