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

#include <IListener.h>

Public Member Functions

 modQoSInfo ()
 
void RcvMsg ()
 
void DropMsg ()
 
void ServeMsg (int t)
 

Public Attributes

int maxDel
 
map< int, int > distDel
 
int countDel
 
int sumDel
 
int rcv
 
int drop
 

Detailed Description

Definition at line 39 of file IListener.h.

Constructor & Destructor Documentation

IListener::modQoSInfo::modQoSInfo ( )

Definition at line 35 of file IListener.cc.

Member Function Documentation

void IListener::modQoSInfo::DropMsg ( )

Definition at line 46 of file IListener.cc.

void IListener::modQoSInfo::RcvMsg ( )

Definition at line 42 of file IListener.cc.

void IListener::modQoSInfo::ServeMsg ( int  t)

Definition at line 50 of file IListener.cc.

Member Data Documentation

int IListener::modQoSInfo::countDel

Definition at line 42 of file IListener.h.

Referenced by IListener::IListenerModule::print(), and ServeMsg().

map<int, int> IListener::modQoSInfo::distDel

Definition at line 41 of file IListener.h.

Referenced by ServeMsg().

int IListener::modQoSInfo::drop

Definition at line 45 of file IListener.h.

Referenced by DropMsg(), and IListener::IListenerModule::print().

int IListener::modQoSInfo::maxDel

Definition at line 40 of file IListener.h.

Referenced by IListener::IListenerModule::print(), and ServeMsg().

int IListener::modQoSInfo::rcv

Definition at line 45 of file IListener.h.

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

int IListener::modQoSInfo::sumDel

Definition at line 43 of file IListener.h.

Referenced by IListener::IListenerModule::print(), and ServeMsg().


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