RINASim  October 2016
Documentation of framework for OMNeT++
RcvrFCPolicyBase Class Reference

#include <RcvrFCPolicyBase.h>

Inheritance diagram for RcvrFCPolicyBase:
EFCPPolicy RcvrFCPolicyDefault

Public Member Functions

 RcvrFCPolicyBase ()
 
virtual ~RcvrFCPolicyBase ()
 
void defaultAction (DTPState *dtpState, DTCPState *dtcpState)
 
- Public Member Functions inherited from EFCPPolicy
 EFCPPolicy ()
 
virtual ~EFCPPolicy ()
 
virtual bool call (DTPState *dtpState, DTCPState *dtcpState)
 

Protected Member Functions

virtual void initialize ()
 
virtual void handleMessage (cMessage *msg)
 
- Protected Member Functions inherited from EFCPPolicy
virtual bool run (DTPState *dtpState, DTCPState *dtcpState)=0
 

Detailed Description

Definition at line 37 of file RcvrFCPolicyBase.h.

Constructor & Destructor Documentation

RcvrFCPolicyBase::RcvrFCPolicyBase ( )

Definition at line 32 of file RcvrFCPolicyBase.cc.

RcvrFCPolicyBase::~RcvrFCPolicyBase ( )
virtual

Definition at line 38 of file RcvrFCPolicyBase.cc.

Member Function Documentation

void RcvrFCPolicyBase::defaultAction ( DTPState dtpState,
DTCPState dtcpState 
)
virtual

Implements EFCPPolicy.

Definition at line 43 of file RcvrFCPolicyBase.cc.

Referenced by RcvrFCPolicyDefault::run().

virtual void RcvrFCPolicyBase::handleMessage ( cMessage *  msg)
inlineprotectedvirtual

Reimplemented from EFCPPolicy.

Definition at line 47 of file RcvrFCPolicyBase.h.

virtual void RcvrFCPolicyBase::initialize ( )
inlineprotectedvirtual

Reimplemented from EFCPPolicy.

Definition at line 46 of file RcvrFCPolicyBase.h.


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