klee::Executor::Executor::TimerInfo Class Reference

Collaboration diagram for klee::Executor::Executor::TimerInfo:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 TimerInfo (Timer *_timer, double _rate)
 ~TimerInfo ()

Public Attributes

Timertimer
double rate
 Approximate delay per timer firing.
double nextFireTime
 Wall time for next firing.


Detailed Description

Definition at line 101 of file ExecutorTimers.cpp.


Constructor & Destructor Documentation

klee::Executor::Executor::TimerInfo::TimerInfo ( Timer _timer,
double  _rate 
) [inline]

Definition at line 111 of file ExecutorTimers.cpp.

klee::Executor::Executor::TimerInfo::~TimerInfo (  )  [inline]

Definition at line 115 of file ExecutorTimers.cpp.


Member Data Documentation

double klee::Executor::Executor::TimerInfo::nextFireTime

Wall time for next firing.

Definition at line 108 of file ExecutorTimers.cpp.

Referenced by klee::Executor::processTimers().

double klee::Executor::Executor::TimerInfo::rate

Approximate delay per timer firing.

Definition at line 106 of file ExecutorTimers.cpp.

Referenced by klee::Executor::processTimers().

Timer* klee::Executor::Executor::TimerInfo::timer

Definition at line 103 of file ExecutorTimers.cpp.

Referenced by klee::Executor::processTimers().


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

Generated on Fri Jun 5 03:32:29 2009 for klee by  doxygen 1.5.8