RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IterativeStopMonitor.h>
Public Member Functions | |
void | onPolicyInit () |
void | postQueueCreation (RMTQueue *queue) |
void | preQueueRemoval (RMTQueue *queue) |
void | postPDUInsertion (RMTQueue *queue) |
void | postPDURelease (RMTQueue *queue) |
![]() | |
virtual void | prePDUInsertion (RMTQueue *queue) |
virtual void | prePDURelease (RMTQueue *queue) |
virtual void | onMessageDrop (RMTQueue *queue, const cPacket *pdu) |
Protected Attributes | |
IterativeScheduling * | schedMod |
int | stopAt |
int | restartAt |
simsignal_t | stopSignal |
simsignal_t | startSignal |
![]() | |
RMTModuleAllocator * | rmtAllocator |
RMTSchedulingBase * | schedPolicy |
AddressComparatorBase * | addrComparator |
Additional Inherited Members | |
![]() | |
virtual void | handleMessage (cMessage *msg) |
Definition at line 38 of file IterativeStopMonitor.h.
|
virtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from RMTQMonitorBase.
Definition at line 32 of file IterativeStopMonitor.cc.
|
virtual |
A hook method invoked after a PDU arrives into a queue.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 57 of file IterativeStopMonitor.cc.
|
virtual |
A hook method invoked after a PDU gets released from a queue & sent.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 67 of file IterativeStopMonitor.cc.
|
virtual |
A hook method invoked after a queue is created.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 41 of file IterativeStopMonitor.cc.
|
virtual |
A hook method invoked before a queue is removed.
queue | pointer to the queue |
Reimplemented from RMTQMonitorBase.
Definition at line 49 of file IterativeStopMonitor.cc.
|
protected |
Definition at line 49 of file IterativeStopMonitor.h.
|
protected |
Definition at line 48 of file IterativeStopMonitor.h.
|
protected |
Definition at line 51 of file IterativeStopMonitor.h.
|
protected |
Definition at line 49 of file IterativeStopMonitor.h.
|
protected |
Definition at line 51 of file IterativeStopMonitor.h.