#include <cache_stats.h>
Inheritance diagram for MobiHandler:


Public Member Functions | |
| MobiHandler (RouteCache *C) | |
| void | start () |
| void | handle (Event *) |
Private Attributes | |
| double | interval |
| Event | intr |
| RouteCache * | cache |
|
|
Definition at line 113 of file cache_stats.h. References cache, and interval.
|
|
|
Implements Handler. |
|
|
Definition at line 117 of file cache_stats.h. References Scheduler::instance(), intr, and Scheduler::schedule().
00117 {
00118 Scheduler::instance().schedule(this, &intr, 1.0);
00119 }
|
Here is the call graph for this function:

|
|
Definition at line 124 of file cache_stats.h. Referenced by MobiHandler(). |
|
|
Definition at line 122 of file cache_stats.h. Referenced by MobiHandler(). |
|
|
Definition at line 123 of file cache_stats.h. Referenced by start(). |
1.3.3