RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <SingleQueue.h>
Public Member Functions | |
virtual void | onNM1PortInit (RMTPort *port) |
![]() | |
virtual void | onPolicyInit () |
virtual void | onNFlowAlloc (RMTPort *port, Flow *flow) |
virtual void | onNFlowDealloc (RMTPort *port, Flow *flow) |
Additional Inherited Members | |
![]() | |
void | handleMessage (cMessage *msg) |
![]() | |
QueueIDGenBase * | idGenerator |
RMTModuleAllocator * | rmtAllocator |
RABase * | ra |
Definition at line 30 of file SingleQueue.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 27 of file SingleQueue.cc.