|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <SingleQueue.h>
Public Member Functions | |
| virtual void | onNM1PortInit (RMTPort *port) |
Public Member Functions inherited from QueueAllocBase | |
| virtual void | onPolicyInit () |
| virtual void | onNFlowAlloc (RMTPort *port, Flow *flow) |
| virtual void | onNFlowDealloc (RMTPort *port, Flow *flow) |
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 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.