Public Member Functions | Protected Member Functions | Protected Attributes

OLSR_TopologyTupleTimer Class Reference

Timer for removing topology tuples: OLSR_topology_tuple. More...

#include <OLSR.h>

Inheritance diagram for OLSR_TopologyTupleTimer:
TimerHandler TimerHandler Handler Handler

List of all members.

Public Member Functions

 OLSR_TopologyTupleTimer (OLSR *agent, OLSR_topology_tuple *tuple)
 OLSR_TopologyTupleTimer (OLSR *agent, OLSR_topology_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_topology_tupletuple_
 OLSR_topology_tuple which must be removed.

Detailed Description

Timer for removing topology tuples: OLSR_topology_tuple.


Member Function Documentation

void OLSR_TopologyTupleTimer::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: