Public Member Functions | Protected Member Functions | Protected Attributes

OLSR_MsgTimer Class Reference

Timer for sending an enqued message. More...

#include <OLSR.h>

Inheritance diagram for OLSR_MsgTimer:
TimerHandler TimerHandler Handler Handler

List of all members.

Public Member Functions

 OLSR_MsgTimer (OLSR *agent)
 OLSR_MsgTimer (OLSR *agent)

Protected Member Functions

virtual void expire (Event *e)
 Sends a control packet which must bear every message in the OLSR agent's buffer.
virtual void expire (Event *e)

Protected Attributes

OLSRagent_
 OLSR agent which created the timer.

Detailed Description

Timer for sending an enqued message.


Member Function Documentation

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

Sends a control packet which must bear every message in the OLSR agent's buffer.

The task of actually sending the packet 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: