RINASim  October 2016
Documentation of framework for OMNeT++
EFCPTable Class Reference

#include <EFCPTable.h>

Inheritance diagram for EFCPTable:

Public Member Functions

 EFCPTable ()
 
virtual ~EFCPTable ()
 
EFCPTableEntrygetEntryByFlow (const Flow *flow)
 
EFCPTableEntrygetEntryByEFCPI (EFCPInstance *efcpi)
 
EFCPTableEntrygetEntryByDelimit (Delimiting *delimit)
 
DTPgetDTPBySrcCEP (int srcCEP)
 
void insertEntry (EFCPTableEntry *entry)
 
std::string info () const
 

Protected Member Functions

virtual void initialize ()
 
virtual void handleMessage (cMessage *msg)
 

Private Attributes

TEFCPTable efcpTable
 

Detailed Description

Definition at line 41 of file EFCPTable.h.

Constructor & Destructor Documentation

EFCPTable::EFCPTable ( )

Definition at line 34 of file EFCPTable.cc.

EFCPTable::~EFCPTable ( )
virtual

Definition at line 42 of file EFCPTable.cc.

Member Function Documentation

DTP * EFCPTable::getDTPBySrcCEP ( int  srcCEP)

Definition at line 138 of file EFCPTable.cc.

Referenced by LisEFCPCongestFromRA::receiveSignal().

EFCPTableEntry * EFCPTable::getEntryByDelimit ( Delimiting delimit)
Parameters
delimit
Returns

Definition at line 113 of file EFCPTable.cc.

EFCPTableEntry * EFCPTable::getEntryByEFCPI ( EFCPInstance efcpi)
Parameters
efcpi
Returns

Definition at line 93 of file EFCPTable.cc.

EFCPTableEntry * EFCPTable::getEntryByFlow ( const Flow flow)
void EFCPTable::handleMessage ( cMessage *  msg)
protectedvirtual

Definition at line 47 of file EFCPTable.cc.

std::string EFCPTable::info ( ) const

Definition at line 56 of file EFCPTable.cc.

void EFCPTable::initialize ( )
protectedvirtual

Definition at line 51 of file EFCPTable.cc.

void EFCPTable::insertEntry ( EFCPTableEntry entry)

Definition at line 129 of file EFCPTable.cc.

Referenced by EFCP::createEFCPI().

Member Data Documentation

TEFCPTable EFCPTable::efcpTable
private

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