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


Public Member Functions | |
| ReinforcementCheckTimer (GradientFilter *agent) | |
| ~ReinforcementCheckTimer () | |
| int | expire () |
Public Attributes | |
| GradientFilter * | agent_ |
|
|
Definition at line 331 of file gradient.hh.
00331 : agent_(agent) {}; |
|
|
Definition at line 332 of file gradient.hh.
00332 {};
|
|
|
Implements TimerCallback. Definition at line 99 of file gradient.cc. References agent_, and GradientFilter::reinforcementTimeout().
00100 {
00101 // Call the callback function
00102 agent_->reinforcementTimeout();
00103
00104 // Reschedule this timer
00105 return 0;
00106 }
|
Here is the call graph for this function:

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