Public Member Functions | Protected Member Functions | Protected Attributes

OLSR_MidTimer Class Reference

Timer for sending MID messages. More...

#include <OLSR.h>

Inheritance diagram for OLSR_MidTimer:
TimerHandler TimerHandler Handler Handler

List of all members.

Public Member Functions

 OLSR_MidTimer (OLSR *agent)
 OLSR_MidTimer (OLSR *agent)

Protected Member Functions

virtual void expire (Event *e)
 Sends a MID message (if the node has more than one interface) and resets the MID timer.
virtual void expire (Event *e)

Protected Attributes

OLSRagent_
 OLSR agent which created the timer.

Detailed Description

Timer for sending MID messages.


Member Function Documentation

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

Sends a MID message (if the node has more than one interface) and resets the MID timer.

Warning:
Currently it does nothing 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: