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  

Timer Class Reference

#include <timer.h>

List of all members.

Public Member Functions

virtual ~Timer ()
void msched (int milliseconds)
void usched (double usec)
void ssched (int seconds)
void cancel ()
double gettimeofday () const

Protected Member Functions

 Timer ()
virtual void timeout ()=0

Static Private Member Functions

void dispatch (ClientData)

Private Attributes

Tcl_TimerToken token_


Constructor & Destructor Documentation

Timer::Timer   [protected]
 

Timer::~Timer   [virtual]
 


Member Function Documentation

void Timer::cancel  
 

void Timer::dispatch ClientData    [static, private]
 

double Timer::gettimeofday   const
 

void Timer::msched int    milliseconds
 

void Timer::ssched int    seconds [inline]
 

virtual void Timer::timeout   [protected, pure virtual]
 

void Timer::usched double    usec [inline]
 


Member Data Documentation

Tcl_TimerToken Timer::token_ [private]
 


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