|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RTTEstimatorPolicyLG.h>
Public Member Functions | |
| RTTEstimatorPolicyLG () | |
| virtual | ~RTTEstimatorPolicyLG () |
| virtual bool | run (DTPState *dtpState, DTCPState *dtcpState) |
| void | initialize () |
Public Member Functions inherited from RTTEstimatorPolicyBase | |
| RTTEstimatorPolicyBase () | |
| virtual | ~RTTEstimatorPolicyBase () |
| double | getRTO () |
| void | setRto (double rto) |
Public Member Functions inherited from EFCPPolicy | |
| EFCPPolicy () | |
| virtual | ~EFCPPolicy () |
| virtual bool | call (DTPState *dtpState, DTCPState *dtcpState) |
Public Attributes | |
| simsignal_t | sigStatRTTRTO |
Public Attributes inherited from RTTEstimatorPolicyBase | |
| double | RTO |
Additional Inherited Members | |
Protected Member Functions inherited from RTTEstimatorPolicyBase | |
| virtual void | handleMessage (cMessage *msg) |
| void | defaultAction (DTPState *dtpState, DTCPState *dtcpState) |
Definition at line 38 of file RTTEstimatorPolicyLG.h.
| RTTEstimatorPolicyLG::RTTEstimatorPolicyLG | ( | ) |
Definition at line 37 of file RTTEstimatorPolicyLG.cc.
|
virtual |
Definition at line 42 of file RTTEstimatorPolicyLG.cc.
|
virtual |
Reimplemented from RTTEstimatorPolicyBase.
Definition at line 46 of file RTTEstimatorPolicyLG.cc.
Implements EFCPPolicy.
Definition at line 50 of file RTTEstimatorPolicyLG.cc.
| simsignal_t RTTEstimatorPolicyLG::sigStatRTTRTO |
Definition at line 46 of file RTTEstimatorPolicyLG.h.
Referenced by initialize(), and run().