Timer for removing nb2hop tuples: OLSR_nb2hop_tuple. More...
#include <OLSR.h>
Public Member Functions | |
| OLSR_Nb2hopTupleTimer (OLSR *agent, OLSR_nb2hop_tuple *tuple) | |
| OLSR_Nb2hopTupleTimer (OLSR *agent, OLSR_nb2hop_tuple *tuple) | |
Protected Member Functions | |
| virtual void | expire (Event *e) |
| Removes tuple_ if expired. Else the timer is rescheduled to expire at tuple_->time(). | |
| virtual void | expire (Event *e) |
Protected Attributes | |
| OLSR * | agent_ |
| OLSR agent which created the timer. | |
| OLSR_nb2hop_tuple * | tuple_ |
| OLSR_nb2hop_tuple which must be removed. | |
Timer for removing nb2hop tuples: OLSR_nb2hop_tuple.
| void OLSR_Nb2hopTupleTimer::expire | ( | Event * | e | ) | [protected, virtual] |
Removes tuple_ if expired. Else the timer is rescheduled to expire at tuple_->time().
The task of actually removing the tuple is left to the OLSR agent.
| e | The event which has expired. |
Implements TimerHandler.
1.7.1