#include <scheduler.hh>
Inheritance diagram for olsr::sch::UpdateEvent< F >:
Public Member Functions | |
UpdateEvent (const timeval_t &n, const F &f) | |
virtual void | handle () |
Private Types | |
typedef UpdateEvent< F > | This |
typedef TimedEvent | Super |
Private Attributes | |
F | f_ |
|
Reimplemented from olsr::sch::TimedEvent. |
|
Reimplemented from olsr::sch::TimedEvent. |
|
|
|
Virtual handling method. Implements olsr::sch::Event. |
|
|