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


Public Member Functions | |
| BroadcastTimer (AODV *a) | |
| void | handle (Event *) |
Private Attributes | |
| AODV * | agent |
| Event | intr |
|
|
Definition at line 131 of file aodv.h. References agent.
00131 : agent(a) {} |
|
|
Implements Handler. Definition at line 154 of file aodv.cc. References agent, BCAST_ID_SAVE, AODV::id_purge(), Scheduler::instance(), intr, and Scheduler::schedule(). Referenced by AODV::command().
00154 {
00155 agent->id_purge();
00156 Scheduler::instance().schedule(this, &intr, BCAST_ID_SAVE);
00157 }
|
Here is the call graph for this function:

|
|
Definition at line 134 of file aodv.h. Referenced by BroadcastTimer(), and handle(). |
|
|
Definition at line 135 of file aodv.h. Referenced by handle(). |
1.3.3