Public Member Functions | Protected Member Functions | Protected Attributes

OLSR_MprSelTupleTimer Class Reference

Timer for removing MPR selector tuples: OLSR_mprsel_tuple. More...

#include <OLSR.h>

Inheritance diagram for OLSR_MprSelTupleTimer:
TimerHandler TimerHandler Handler Handler

List of all members.

Public Member Functions

 OLSR_MprSelTupleTimer (OLSR *agent, OLSR_mprsel_tuple *tuple)
 OLSR_MprSelTupleTimer (OLSR *agent, OLSR_mprsel_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

OLSRagent_
 OLSR agent which created the timer.
OLSR_mprsel_tupletuple_
 OLSR_mprsel_tuple which must be removed.

Detailed Description

Timer for removing MPR selector tuples: OLSR_mprsel_tuple.


Member Function Documentation

void OLSR_MprSelTupleTimer::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.

Parameters:
e The event which has expired.

Implements TimerHandler.


The documentation for this class was generated from the following files: