|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RcvrFCPolicyDefault.h>
Public Member Functions | |
| RcvrFCPolicyDefault () | |
| virtual | ~RcvrFCPolicyDefault () |
| virtual bool | run (DTPState *dtpState, DTCPState *dtcpState) |
Public Member Functions inherited from RcvrFCPolicyBase | |
| 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) |
Additional Inherited Members | |
Protected Member Functions inherited from RcvrFCPolicyBase | |
| virtual void | initialize () |
| virtual void | handleMessage (cMessage *msg) |
Definition at line 35 of file RcvrFCPolicyDefault.h.
| RcvrFCPolicyDefault::RcvrFCPolicyDefault | ( | ) |
Definition at line 34 of file RcvrFCPolicyDefault.cc.
|
virtual |
Definition at line 40 of file RcvrFCPolicyDefault.cc.
Implements EFCPPolicy.
Definition at line 45 of file RcvrFCPolicyDefault.cc.