|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <CongestionDescriptor.h>
Public Member Functions | |
| CongestionDescriptor () | |
| CongestionDescriptor (int srcCepId, int dstCepId, std::string qosId) | |
| virtual | ~CongestionDescriptor () |
| virtual CongestionDescriptor * | dup () const |
| ConnectionId & | getConnectionId () |
| void | setConnectionId (const ConnectionId &conId) |
| std::string | getCongesDescrName () const |
Protected Attributes | |
| ConnectionId | ConId |
Definition at line 28 of file CongestionDescriptor.h.
| CongestionDescriptor::CongestionDescriptor | ( | ) |
Definition at line 27 of file CongestionDescriptor.cc.
Referenced by dup().
| CongestionDescriptor::CongestionDescriptor | ( | int | srcCepId, |
| int | dstCepId, | ||
| std::string | qosId | ||
| ) |
Definition at line 44 of file CongestionDescriptor.cc.
|
virtual |
Definition at line 34 of file CongestionDescriptor.cc.
|
virtual |
Definition at line 62 of file CongestionDescriptor.cc.
Referenced by RIBd::processMStart().
| std::string CongestionDescriptor::getCongesDescrName | ( | ) | const |
Definition at line 56 of file CongestionDescriptor.cc.
Referenced by RIBd::sendCongestionNotification().
| ConnectionId & CongestionDescriptor::getConnectionId | ( | ) |
Definition at line 40 of file CongestionDescriptor.cc.
Referenced by dup(), RIBd::processMStart(), and LisEFCPCongestFromRA::receiveSignal().
| void CongestionDescriptor::setConnectionId | ( | const ConnectionId & | conId | ) |
Definition at line 52 of file CongestionDescriptor.cc.
|
protected |
Definition at line 42 of file CongestionDescriptor.h.
Referenced by CongestionDescriptor(), dup(), getCongesDescrName(), getConnectionId(), setConnectionId(), and ~CongestionDescriptor().