RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <LongestQFirst.h>
Private Member Functions | |
virtual void | processQueues (RMTPort *port, RMTQueueType direction) |
Additional Inherited Members | |
![]() | |
virtual void | onPolicyInit () |
void | scheduleReinvocation (simtime_t time, RMTPort *port, RMTQueueType direction) |
void | handleMessage (cMessage *msg) |
![]() | |
RMTModuleAllocator * | rmtAllocator |
Definition at line 30 of file LongestQFirst.h.
|
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 27 of file LongestQFirst.cc.