ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RateEstimator Class Reference

#include <rate-estimator.h>

List of all members.

Public Member Functions

 RateEstimator ()
 RateEstimator (double estimate)
void estimateRate (Packet *p)
void reset ()

Public Attributes

double k_
double estRate_
double bytesArr_

Protected Attributes

int temp_size_
double prevTime_
double reset_time_


Constructor & Destructor Documentation

RateEstimator::RateEstimator  
 

RateEstimator::RateEstimator double    estimate
 


Member Function Documentation

void RateEstimator::estimateRate Packet   p
 

void RateEstimator::reset  
 


Member Data Documentation

double RateEstimator::bytesArr_
 

double RateEstimator::estRate_
 

double RateEstimator::k_
 

double RateEstimator::prevTime_ [protected]
 

double RateEstimator::reset_time_ [protected]
 

int RateEstimator::temp_size_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.