Timer for sending MID messages. More...
#include <OLSR.h>
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 | |
| OLSR * | agent_ |
| OLSR agent which created the timer. | |
Timer for sending MID messages.
| 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.
| e | The event which has expired. |
Implements TimerHandler.
1.7.1