Timer for sending HELLO messages. More...
#include <OLSR.h>
Public Member Functions | |
| OLSR_HelloTimer (OLSR *agent) | |
| OLSR_HelloTimer (OLSR *agent) | |
Protected Member Functions | |
| virtual void | expire (Event *e) |
| Sends a HELLO message and reschedules the HELLO timer. | |
| virtual void | expire (Event *e) |
Protected Attributes | |
| OLSR * | agent_ |
| OLSR agent which created the timer. | |
Timer for sending HELLO messages.
| void OLSR_HelloTimer::expire | ( | Event * | e | ) | [protected, virtual] |
Sends a HELLO message and reschedules the HELLO timer.
| e | The event which has expired. |
Implements TimerHandler.
1.7.1