#include <geo-routing.hh>
Inheritance diagram for GeoNeighborsTimer:


Public Member Functions | |
| GeoNeighborsTimer (GeoRoutingFilter *agent) | |
| ~GeoNeighborsTimer () | |
| int | expire () |
Public Attributes | |
| GeoRoutingFilter * | agent_ |
|
|
Definition at line 310 of file geo-routing.hh.
00310 : agent_(agent) {}; |
|
|
Definition at line 311 of file geo-routing.hh.
00311 {};
|
|
|
Implements TimerCallback. Definition at line 60 of file geo-routing.cc. References agent_, and GeoRoutingFilter::neighborTimeout().
00061 {
00062 // Call timeout function
00063 agent_->neighborTimeout();
00064
00065 // Reschedule this timer
00066 return 0;
00067 }
|
Here is the call graph for this function:

|
|
Definition at line 314 of file geo-routing.hh. Referenced by expire(), and GeoNeighborsTimer(). |
1.3.3