#include <geo-routing.hh>
Inheritance diagram for GeoBeaconRequestTimer:
Public Member Functions | |
| GeoBeaconRequestTimer (GeoRoutingFilter *agent) | |
| ~GeoBeaconRequestTimer () | |
| int | expire () |
Public Attributes | |
| GeoRoutingFilter * | agent_ |
|
|
Definition at line 319 of file geo-routing.hh.
00319 : agent_(agent) {}; |
|
|
Definition at line 320 of file geo-routing.hh.
00320 {};
|
|
|
Implements TimerCallback. Definition at line 69 of file geo-routing.cc. References agent_, and GeoRoutingFilter::beaconTimeout().
00070 {
00071 // Call the timeout function
00072 agent_->beaconTimeout();
00073
00074 // Reschedule this timer
00075 return 0;
00076 }
|
Here is the call graph for this function:
|
|
Definition at line 323 of file geo-routing.hh. Referenced by expire(), and GeoBeaconRequestTimer(). |
1.3.3