|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <SenderAckPolicyLG.h>
Public Member Functions | |
| SenderAckPolicyLG () | |
| virtual | ~SenderAckPolicyLG () |
| virtual bool | run (DTPState *dtpState, DTCPState *dtcpState) |
| void | initialize () |
| double | getLoad () |
Public Member Functions inherited from SenderAckPolicyBase | |
| SenderAckPolicyBase () | |
| virtual | ~SenderAckPolicyBase () |
| void | defaultAction (DTPState *dtpState, DTCPState *dtcpState) |
Public Member Functions inherited from EFCPPolicy | |
| EFCPPolicy () | |
| virtual | ~EFCPPolicy () |
| virtual bool | call (DTPState *dtpState, DTCPState *dtcpState) |
Public Attributes | |
| simsignal_t | sigStatECNMarked |
| simsignal_t | sigStatApprLoad |
Private Attributes | |
| double | load |
| double | gamma |
| TxControlPolicyLG * | txControlPolicyLG |
Additional Inherited Members | |
Protected Member Functions inherited from SenderAckPolicyBase | |
| virtual void | handleMessage (cMessage *msg) |
Definition at line 36 of file SenderAckPolicyLG.h.
| SenderAckPolicyLG::SenderAckPolicyLG | ( | ) |
Definition at line 38 of file SenderAckPolicyLG.cc.
|
virtual |
Definition at line 44 of file SenderAckPolicyLG.cc.
| double SenderAckPolicyLG::getLoad | ( | ) |
Definition at line 48 of file SenderAckPolicyLG.cc.
|
virtual |
Reimplemented from SenderAckPolicyBase.
Definition at line 52 of file SenderAckPolicyLG.cc.
Implements EFCPPolicy.
Definition at line 60 of file SenderAckPolicyLG.cc.
|
private |
Definition at line 40 of file SenderAckPolicyLG.h.
Referenced by run(), and SenderAckPolicyLG().
|
private |
Definition at line 39 of file SenderAckPolicyLG.h.
Referenced by getLoad(), run(), and SenderAckPolicyLG().
| simsignal_t SenderAckPolicyLG::sigStatApprLoad |
Definition at line 54 of file SenderAckPolicyLG.h.
Referenced by initialize(), and run().
| simsignal_t SenderAckPolicyLG::sigStatECNMarked |
Definition at line 53 of file SenderAckPolicyLG.h.
Referenced by initialize(), and run().
|
private |
Definition at line 42 of file SenderAckPolicyLG.h.
Referenced by initialize(), and run().