RINASim  October 2016
Documentation of framework for OMNeT++
QueuePerNFlow Class Reference

#include <QueuePerNFlow.h>

Inheritance diagram for QueuePerNFlow:
QueueAllocBase

Public Member Functions

virtual void onNFlowAlloc (RMTPort *port, Flow *flow)
 
virtual void onNM1PortInit (RMTPort *port)
 
- Public Member Functions inherited from QueueAllocBase
virtual void onPolicyInit ()
 
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
QueueIDGenBaseidGenerator
 
RMTModuleAllocatorrmtAllocator
 
RABasera
 

Detailed Description

Definition at line 32 of file QueuePerNFlow.h.

Member Function Documentation

void QueuePerNFlow::onNFlowAlloc ( RMTPort port,
Flow flow 
)
virtual

A hook method invoked when a new (N)-flow is established.

Parameters
flow(N)-flow object
portpointer 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.

void QueuePerNFlow::onNM1PortInit ( RMTPort port)
virtual

A hook method invoked when a new (N-1)-port is initiated.

Parameters
portpointer to the port

Reimplemented from QueueAllocBase.

Definition at line 36 of file QueuePerNFlow.cc.


The documentation for this class was generated from the following files: