RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IDPerNCU.h>
Public Member Functions | |
virtual void | onPolicyInit () |
virtual std::string | generateInputQueueID (PDU *pdu) |
virtual std::string | generateOutputQueueID (PDU *pdu) |
![]() | |
virtual std::string | generateIDFromFlow (Flow *flow) |
Protected Attributes | |
std::map< std::string, std::string > | qos2CU |
Additional Inherited Members | |
![]() | |
void | handleMessage (cMessage *msg) |
Definition at line 33 of file IDPerNCU.h.
|
virtual |
Generates input queue ID for given PDU (this is usually invoked by a port).
pdu | PDU |
Reimplemented from QueueIDGenBase.
Definition at line 69 of file IDPerNCU.cc.
|
virtual |
Generates output queue ID for given PDU (this is usually invoked by RMT).
pdu | PDU |
Reimplemented from QueueIDGenBase.
Definition at line 59 of file IDPerNCU.cc.
Referenced by generateInputQueueID().
|
virtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from QueueIDGenBase.
Definition at line 27 of file IDPerNCU.cc.
|
protected |
Definition at line 40 of file IDPerNCU.h.
Referenced by generateOutputQueueID(), and onPolicyInit().