|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RcvrFCPolicyBase.h>
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 |
Definition at line 37 of file RcvrFCPolicyBase.h.
| RcvrFCPolicyBase::RcvrFCPolicyBase | ( | ) |
Definition at line 32 of file RcvrFCPolicyBase.cc.
|
virtual |
Definition at line 38 of file RcvrFCPolicyBase.cc.
Implements EFCPPolicy.
Definition at line 43 of file RcvrFCPolicyBase.cc.
Referenced by RcvrFCPolicyDefault::run().
|
inlineprotectedvirtual |
Reimplemented from EFCPPolicy.
Definition at line 47 of file RcvrFCPolicyBase.h.
|
inlineprotectedvirtual |
Reimplemented from EFCPPolicy.
Definition at line 46 of file RcvrFCPolicyBase.h.