#include <gradient.hh>
Inheritance diagram for GradientExpirationCheckTimer:


Public Member Functions | |
| GradientExpirationCheckTimer (GradientFilter *agent) | |
| ~GradientExpirationCheckTimer () | |
| int | expire () |
Public Attributes | |
| GradientFilter * | agent_ |
|
|
Definition at line 322 of file gradient.hh.
00322 : agent_(agent) {}; |
|
|
Definition at line 323 of file gradient.hh.
00323 {};
|
|
|
Implements TimerCallback. Definition at line 90 of file gradient.cc. References agent_, and GradientFilter::gradientTimeout().
00091 {
00092 // Call the callback function
00093 agent_->gradientTimeout();
00094
00095 // Reschedule this timer
00096 return 0;
00097 }
|
Here is the call graph for this function:

|
|
Definition at line 326 of file gradient.hh. Referenced by expire(), and GradientExpirationCheckTimer(). |
1.3.3