RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <QueuePerNFlow.h>
Public Member Functions | |
virtual void | onNFlowAlloc (RMTPort *port, Flow *flow) |
virtual void | onNM1PortInit (RMTPort *port) |
![]() | |
virtual void | onPolicyInit () |
virtual void | onNFlowDealloc (RMTPort *port, Flow *flow) |
Additional Inherited Members | |
![]() | |
void | handleMessage (cMessage *msg) |
![]() | |
QueueIDGenBase * | idGenerator |
RMTModuleAllocator * | rmtAllocator |
RABase * | ra |
Definition at line 32 of file QueuePerNFlow.h.
A hook method invoked when a new (N)-flow is established.
flow | (N)-flow object |
port | pointer to a port of the (N-1)-flow used by the flow's PDUs |
Reimplemented from QueueAllocBase.
Definition at line 28 of file QueuePerNFlow.cc.
|
virtual |
A hook method invoked when a new (N-1)-port is initiated.
port | pointer to the port |
Reimplemented from QueueAllocBase.
Definition at line 36 of file QueuePerNFlow.cc.