#include <scheduler.hh>
Inheritance diagram for olsr::sch::TimedEvent:
Public Member Functions | |
TimedEvent (const timeval_t &n) | |
virtual | ~TimedEvent () |
const timeval_t & | next () const |
void | set_next (const timeval_t &n) |
Protected Attributes | |
timeval_t | next_ |
Next time of triggering. | |
Private Types | |
typedef TimedEvent | This |
typedef Event | Super |
|
|
|
Constructor.
|
|
Destructor. |
|
Next iteration accessor.
|
|
|
|
Next time of triggering.
|