RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <TKMonitor.h>
Public Member Functions | |
void | onPolicyInit () |
void | postPDUInsertion (RMTQueue *queue) |
void | onMessageDrop (RMTQueue *queue, const cPacket *pdu) |
void | postQueueCreation (RMTQueue *queue) |
RMTQueue * | getNextInput (RMTPort *port) |
RMTQueue * | getNextOutput (RMTPort *port) |
double | getInDropProb (RMTQueue *queue) |
double | getOutDropProb (RMTQueue *queue) |
![]() | |
virtual void | prePDUInsertion (RMTQueue *queue) |
virtual void | prePDURelease (RMTQueue *queue) |
virtual void | postPDURelease (RMTQueue *queue) |
virtual void | preQueueRemoval (RMTQueue *queue) |
Protected Attributes | |
tkRepo | TKs |
QueueStatus | Qs |
port2QueuesS | OutSet |
port2Queues | inQ |
port2Count | inC |
port2Count | outC |
int | tokensPDU |
![]() | |
RMTModuleAllocator * | rmtAllocator |
RMTSchedulingBase * | schedPolicy |
AddressComparatorBase * | addrComparator |
Additional Inherited Members | |
![]() | |
virtual void | handleMessage (cMessage *msg) |
Definition at line 79 of file TKMonitor.h.
|
virtual |
Implements SmartMonitor.
Definition at line 183 of file TKMonitor.cc.
Implements SmartMonitor.
Definition at line 135 of file TKMonitor.cc.
Implements SmartMonitor.
Definition at line 151 of file TKMonitor.cc.
|
virtual |
Implements SmartMonitor.
Definition at line 190 of file TKMonitor.cc.
|
virtual |
A hook method invoked after a PDU gets dropped from a queue. Note: the PDU object is discarded after invocation of this method.
queue | pointer to the queue |
pdu | PDU being dropped |
Reimplemented from RMTQMonitorBase.
Definition at line 107 of file TKMonitor.cc.
|
virtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from RMTQMonitorBase.
Definition at line 56 of file TKMonitor.cc.
|
virtual |
A hook method invoked after a PDU arrives into a queue.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 93 of file TKMonitor.cc.
|
virtual |
A hook method invoked after a queue is created.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 120 of file TKMonitor.cc.
|
protected |
Definition at line 100 of file TKMonitor.h.
|
protected |
Definition at line 98 of file TKMonitor.h.
|
protected |
Definition at line 100 of file TKMonitor.h.
|
protected |
Definition at line 96 of file TKMonitor.h.
|
protected |
Definition at line 95 of file TKMonitor.h.
|
protected |
Definition at line 94 of file TKMonitor.h.
|
protected |
Definition at line 102 of file TKMonitor.h.