RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IDPerNFlow.h>
Public Member Functions | |
virtual std::string | generateInputQueueID (PDU *pdu) |
virtual std::string | generateOutputQueueID (PDU *pdu) |
virtual std::string | generateIDFromFlow (Flow *flow) |
![]() | |
virtual void | onPolicyInit () |
Private Member Functions | |
std::string | constructQueueID (const std::string &ipcName, ConnectionId &connID) |
Additional Inherited Members | |
![]() | |
void | handleMessage (cMessage *msg) |
Definition at line 30 of file IDPerNFlow.h.
|
private |
Definition at line 28 of file IDPerNFlow.cc.
Referenced by generateIDFromFlow(), and generateOutputQueueID().
|
virtual |
Generates queue ID for given flow object (this is usually invoked by QueueAlloc policy).
flow | flow object |
Reimplemented from QueueIDGenBase.
Definition at line 62 of file IDPerNFlow.cc.
|
virtual |
Generates input queue ID for given PDU (this is usually invoked by a port).
pdu | PDU |
Reimplemented from QueueIDGenBase.
Definition at line 57 of file IDPerNFlow.cc.
|
virtual |
Generates output queue ID for given PDU (this is usually invoked by RMT).
pdu | PDU |
Reimplemented from QueueIDGenBase.
Definition at line 51 of file IDPerNFlow.cc.
Referenced by generateInputQueueID().