RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <WeightedFairQ.h>
Public Member Functions | |
virtual void | onPolicyInit () |
Protected Attributes | |
WeightedFairQMonitor * | monitor |
![]() | |
RMTModuleAllocator * | rmtAllocator |
Private Member Functions | |
virtual void | processQueues (RMTPort *port, RMTQueueType direction) |
Additional Inherited Members | |
![]() | |
void | scheduleReinvocation (simtime_t time, RMTPort *port, RMTQueueType direction) |
void | handleMessage (cMessage *msg) |
Definition at line 29 of file WeightedFairQ.h.
|
virtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from RMTSchedulingBase.
Definition at line 25 of file WeightedFairQ.cc.
|
privatevirtual |
A hook method invoked on multiple occasions. 1) A PDU arrives into a queue. 2) An (N-1)-port becomes ready to serve. 3) By self-postponed scheduler invocation.
port | the (N-1)-port |
direction | the direction of data flow (in/out) |
Reimplemented from RMTSchedulingBase.
Definition at line 33 of file WeightedFairQ.cc.
|
protected |
Definition at line 38 of file WeightedFairQ.h.