Public Member Functions | Protected Member Functions | Protected Attributes

OLSR_IfaceAssocTupleTimer Class Reference

Timer for removing interface association tuples: OLSR_iface_assoc_tuple. More...

#include <OLSR.h>

Inheritance diagram for OLSR_IfaceAssocTupleTimer:
TimerHandler TimerHandler Handler Handler

List of all members.

Public Member Functions

 OLSR_IfaceAssocTupleTimer (OLSR *agent, OLSR_iface_assoc_tuple *tuple)
 OLSR_IfaceAssocTupleTimer (OLSR *agent, OLSR_iface_assoc_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_iface_assoc_tupletuple_
 OLSR_iface_assoc_tuple which must be removed.

Detailed Description

Timer for removing interface association tuples: OLSR_iface_assoc_tuple.


Member Function Documentation

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

Removes tuple_ if expired. Else timer is rescheduled to expire at tuple_->time().

Warning:
Actually this is never invoked because there is no support for multiple interfaces.
Parameters:
e The event which has expired.

Implements TimerHandler.


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