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

#include <QueuePerNCU.h>

Inheritance diagram for QueuePerNCU:
QueueAllocBase

Public Member Functions

virtual void onPolicyInit ()
 
virtual void onNM1PortInit (RMTPort *port)
 
- Public Member Functions inherited from QueueAllocBase
virtual void onNFlowAlloc (RMTPort *port, Flow *flow)
 
virtual void onNFlowDealloc (RMTPort *port, Flow *flow)
 

Protected Attributes

std::set< std::string > CUs
 
- Protected Attributes inherited from QueueAllocBase
QueueIDGenBaseidGenerator
 
RMTModuleAllocatorrmtAllocator
 
RABasera
 

Additional Inherited Members

- Protected Member Functions inherited from QueueAllocBase
void handleMessage (cMessage *msg)
 

Detailed Description

Definition at line 34 of file QueuePerNCU.h.

Member Function Documentation

void QueuePerNCU::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 53 of file QueuePerNCU.cc.

void QueuePerNCU::onPolicyInit ( )
virtual

A hook method invoked after the initial setup of policy module.

Reimplemented from QueueAllocBase.

Definition at line 28 of file QueuePerNCU.cc.

Member Data Documentation

std::set<std::string> QueuePerNCU::CUs
protected

Definition at line 41 of file QueuePerNCU.h.

Referenced by onNM1PortInit(), and onPolicyInit().


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