Public Member Functions | Protected Member Functions | Protected Attributes

OLSR_DupTupleTimer Class Reference

Timer for removing duplicate tuples: OLSR_dup_tuple. More...

#include <OLSR.h>

Inheritance diagram for OLSR_DupTupleTimer:
TimerHandler TimerHandler Handler Handler

List of all members.

Public Member Functions

 OLSR_DupTupleTimer (OLSR *agent, OLSR_dup_tuple *tuple)
 OLSR_DupTupleTimer (OLSR *agent, OLSR_dup_tuple *tuple)

Protected Member Functions

virtual void expire (Event *e)
 Removes tuple_ if expired. Else timer is rescheduled to expire at tuple_->time().
virtual void expire (Event *e)

Protected Attributes

OLSRagent_
 OLSR agent which created the timer.
OLSR_dup_tupletuple_
 OLSR_dup_tuple which must be removed.

Detailed Description

Timer for removing duplicate tuples: OLSR_dup_tuple.


Member Function Documentation

void OLSR_DupTupleTimer::expire ( Event e  )  [protected, virtual]

Removes tuple_ if expired. Else 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: