RINASim  October 2016
Documentation of framework for OMNeT++
IntSDUProtection Class Referenceabstract

#include <IntSDUProtection.h>

Inheritance diagram for IntSDUProtection:
DummyProtection FixedDelay

Public Member Functions

void initialize ()
 
virtual void onPolicyInit ()=0
 

Protected Member Functions

void handleMessage (cMessage *msg)
 
virtual void processPDU (cMessage *msg)=0
 

Detailed Description

Definition at line 30 of file IntSDUProtection.h.

Member Function Documentation

void IntSDUProtection::handleMessage ( cMessage *  msg)
inlineprotected

Definition at line 37 of file IntSDUProtection.h.

void IntSDUProtection::initialize ( )

Definition at line 25 of file IntSDUProtection.cc.

virtual void IntSDUProtection::onPolicyInit ( )
pure virtual

Implemented in DummyProtection, and FixedDelay.

Referenced by initialize().

virtual void IntSDUProtection::processPDU ( cMessage *  msg)
protectedpure virtual

Implemented in DummyProtection, and FixedDelay.

Referenced by handleMessage().


The documentation for this class was generated from the following files: