RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <BEMonitor.h>
Public Member Functions | |
void | onPolicyInit () |
void | postPDUInsertion (RMTQueue *queue) |
void | onMessageDrop (RMTQueue *queue, const cPacket *pdu) |
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 | postQueueCreation (RMTQueue *queue) |
virtual void | preQueueRemoval (RMTQueue *queue) |
Protected Attributes | |
port2Queues | inQ |
port2Queues | outQ |
port2Count | inC |
port2Count | outC |
![]() | |
RMTModuleAllocator * | rmtAllocator |
RMTSchedulingBase * | schedPolicy |
AddressComparatorBase * | addrComparator |
Additional Inherited Members | |
![]() | |
virtual void | handleMessage (cMessage *msg) |
Definition at line 44 of file BEMonitor.h.
|
virtual |
Implements SmartMonitor.
Definition at line 91 of file BEMonitor.cc.
Implements SmartMonitor.
Definition at line 59 of file BEMonitor.cc.
Implements SmartMonitor.
Definition at line 75 of file BEMonitor.cc.
|
virtual |
Implements SmartMonitor.
Definition at line 98 of file BEMonitor.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 46 of file BEMonitor.cc.
|
virtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from RMTQMonitorBase.
Definition at line 30 of file BEMonitor.cc.
|
virtual |
A hook method invoked after a PDU arrives into a queue.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 32 of file BEMonitor.cc.
|
protected |
Definition at line 59 of file BEMonitor.h.
|
protected |
Definition at line 58 of file BEMonitor.h.
|
protected |
Definition at line 59 of file BEMonitor.h.
|
protected |
Definition at line 58 of file BEMonitor.h.