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  

BackoffTimer Class Reference

#include <mac-timers.h>

Inheritance diagram for BackoffTimer:

MacTimer Handler List of all members.

Public Member Functions

 BackoffTimer (Mac802_11 *m)
void start (int cw, int idle)
void handle (Event *e)
void pause (void)
void resume (double difs)

Private Attributes

double difs_wait

Constructor & Destructor Documentation

BackoffTimer::BackoffTimer Mac802_11   m [inline]
 


Member Function Documentation

void BackoffTimer::handle Event   e [virtual]
 

Implements MacTimer.

void BackoffTimer::pause void    [virtual]
 

Reimplemented from MacTimer.

void BackoffTimer::resume double    difs
 

void BackoffTimer::start int    cw,
int    idle
 


Member Data Documentation

double BackoffTimer::difs_wait [private]
 


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