|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <QueuePerNQoSxPLen.h>
Public Member Functions | |
| virtual void | onNM1PortInit (RMTPort *port) |
| void | onPolicyInit () |
Public Member Functions inherited from QueueAllocBase | |
| virtual void | onNFlowAlloc (RMTPort *port, Flow *flow) |
| virtual void | onNFlowDealloc (RMTPort *port, Flow *flow) |
Private Attributes | |
| int | maxHCount |
Additional Inherited Members | |
Protected Member Functions inherited from QueueAllocBase | |
| void | handleMessage (cMessage *msg) |
Protected Attributes inherited from QueueAllocBase | |
| QueueIDGenBase * | idGenerator |
| RMTModuleAllocator * | rmtAllocator |
| RABase * | ra |
Definition at line 29 of file QueuePerNQoSxPLen.h.
|
virtual |
A hook method invoked when a new (N-1)-port is initiated.
| port | pointer to the port |
Reimplemented from QueueAllocBase.
Definition at line 29 of file QueuePerNQoSxPLen.cc.
|
virtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from QueueAllocBase.
Definition at line 49 of file QueuePerNQoSxPLen.cc.
|
private |
Definition at line 36 of file QueuePerNQoSxPLen.h.