#include <aodv.h>
Inheritance diagram for NeighborTimer:


Public Member Functions | |
| NeighborTimer (AODV *a) | |
| void | handle (Event *) |
Private Attributes | |
| AODV * | agent |
| Event | intr |
|
|
Definition at line 149 of file aodv.h. References agent.
00149 : agent(a) {} |
|
|
Implements Handler. Definition at line 169 of file aodv.cc. References agent, HELLO_INTERVAL, Scheduler::instance(), intr, AODV::nb_purge(), and Scheduler::schedule(). Referenced by AODV::command().
00169 {
00170 agent->nb_purge();
00171 Scheduler::instance().schedule(this, &intr, HELLO_INTERVAL);
00172 }
|
Here is the call graph for this function:

|
|
Definition at line 152 of file aodv.h. Referenced by handle(), and NeighborTimer(). |
|
|
Definition at line 153 of file aodv.h. Referenced by handle(). |
1.3.3