RINASim  October 2016
Documentation of framework for OMNeT++
SenderAckPolicyLG Class Reference

#include <SenderAckPolicyLG.h>

Inheritance diagram for SenderAckPolicyLG:
SenderAckPolicyBase EFCPPolicy

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
 
TxControlPolicyLGtxControlPolicyLG
 

Additional Inherited Members

- Protected Member Functions inherited from SenderAckPolicyBase
virtual void handleMessage (cMessage *msg)
 

Detailed Description

Definition at line 36 of file SenderAckPolicyLG.h.

Constructor & Destructor Documentation

SenderAckPolicyLG::SenderAckPolicyLG ( )

Definition at line 38 of file SenderAckPolicyLG.cc.

SenderAckPolicyLG::~SenderAckPolicyLG ( )
virtual

Definition at line 44 of file SenderAckPolicyLG.cc.

Member Function Documentation

double SenderAckPolicyLG::getLoad ( )

Definition at line 48 of file SenderAckPolicyLG.cc.

void SenderAckPolicyLG::initialize ( )
virtual

Reimplemented from SenderAckPolicyBase.

Definition at line 52 of file SenderAckPolicyLG.cc.

bool SenderAckPolicyLG::run ( DTPState dtpState,
DTCPState dtcpState 
)
virtual

Implements EFCPPolicy.

Definition at line 60 of file SenderAckPolicyLG.cc.

Member Data Documentation

double SenderAckPolicyLG::gamma
private

Definition at line 40 of file SenderAckPolicyLG.h.

Referenced by run(), and SenderAckPolicyLG().

double SenderAckPolicyLG::load
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().

TxControlPolicyLG* SenderAckPolicyLG::txControlPolicyLG
private

Definition at line 42 of file SenderAckPolicyLG.h.

Referenced by initialize(), and run().


The documentation for this class was generated from the following files: