|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <ReceivingFCPolicyDefault.h>
Public Member Functions | |
| ReceivingFCPolicyDefault () | |
| virtual | ~ReceivingFCPolicyDefault () |
| virtual bool | run (DTPState *dtpState, DTCPState *dtcpState) |
Public Member Functions inherited from ReceivingFCPolicyBase | |
| ReceivingFCPolicyBase () | |
| virtual | ~ReceivingFCPolicyBase () |
| 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 ReceivingFCPolicyBase | |
| virtual void | initialize () |
| virtual void | handleMessage (cMessage *msg) |
Definition at line 35 of file ReceivingFCPolicyDefault.h.
| ReceivingFCPolicyDefault::ReceivingFCPolicyDefault | ( | ) |
Definition at line 27 of file ReceivingFCPolicyDefault.cc.
|
virtual |
Definition at line 33 of file ReceivingFCPolicyDefault.cc.
Implements EFCPPolicy.
Definition at line 38 of file ReceivingFCPolicyDefault.cc.