RINASim  October 2016
Documentation of framework for OMNeT++
IListener::flowInfo Struct Reference

#include <IListener.h>

Public Member Functions

 flowInfo ()
 
void SendMsg ()
 
void RcvMsg (int nSec, simtime_t h_delay, simtime_t p_delay, int pst_delay)
 

Public Attributes

simtime_t minDel
 
simtime_t maxDel
 
map< simtime_t, int > distDel
 
int countDel
 
simtime_t sumDel
 
int minPST
 
int maxPST
 
map< int, int > distPST
 
int countPST
 
long sumPST
 
simtime_t lastDelay
 
simtime_t minJitter
 
simtime_t maxJitter
 
map< simtime_t, int > distJit
 
int countJit
 
simtime_t sumJit
 
int snd
 
int rcv
 
map< int, int > countConsDrop
 
int lastSec
 
int consDrop
 

Detailed Description

Definition at line 62 of file IListener.h.

Constructor & Destructor Documentation

IListener::flowInfo::flowInfo ( )

Definition at line 70 of file IListener.cc.

Member Function Documentation

void IListener::flowInfo::RcvMsg ( int  nSec,
simtime_t  h_delay,
simtime_t  p_delay,
int  pst_delay 
)

Definition at line 92 of file IListener.cc.

void IListener::flowInfo::SendMsg ( )

Definition at line 88 of file IListener.cc.

Member Data Documentation

int IListener::flowInfo::consDrop

Definition at line 83 of file IListener.h.

Referenced by RcvMsg().

map<int, int> IListener::flowInfo::countConsDrop
int IListener::flowInfo::countDel
int IListener::flowInfo::countJit
int IListener::flowInfo::countPST

Definition at line 71 of file IListener.h.

Referenced by IListener::IListenerModule::printPSTJFlowInfo(), and RcvMsg().

map<simtime_t, int> IListener::flowInfo::distDel
map<simtime_t, int> IListener::flowInfo::distJit
map<int, int> IListener::flowInfo::distPST

Definition at line 70 of file IListener.h.

Referenced by IListener::IListenerModule::printPSTJFlowInfo(), and RcvMsg().

simtime_t IListener::flowInfo::lastDelay

Definition at line 74 of file IListener.h.

Referenced by RcvMsg().

int IListener::flowInfo::lastSec

Definition at line 83 of file IListener.h.

Referenced by RcvMsg().

simtime_t IListener::flowInfo::maxDel
simtime_t IListener::flowInfo::maxJitter
int IListener::flowInfo::maxPST

Definition at line 69 of file IListener.h.

Referenced by IListener::IListenerModule::printPSTJFlowInfo(), and RcvMsg().

simtime_t IListener::flowInfo::minDel
simtime_t IListener::flowInfo::minJitter
int IListener::flowInfo::minPST

Definition at line 69 of file IListener.h.

Referenced by IListener::IListenerModule::printPSTJFlowInfo(), and RcvMsg().

simtime_t IListener::flowInfo::sumDel
simtime_t IListener::flowInfo::sumJit
long IListener::flowInfo::sumPST

Definition at line 72 of file IListener.h.

Referenced by IListener::IListenerModule::printPSTJFlowInfo(), and RcvMsg().


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