#include <ProphetLists.h>
Definition at line 649 of file ProphetLists.h.
Public Member Functions | |
ProphetAckAgeTimer (ProphetAckList *list, u_int period) | |
void | timeout (const struct timeval &now) |
Protected Member Functions | |
void | reschedule () |
Protected Attributes | |
ProphetAckList * | list_ |
u_int | period_ |
dtn::ProphetAckAgeTimer::ProphetAckAgeTimer | ( | ProphetAckList * | list, | |
u_int | period | |||
) | [inline] |
void dtn::ProphetAckAgeTimer::timeout | ( | const struct timeval & | now | ) | [virtual] |
Implements oasys::Timer.
Definition at line 182 of file ProphetLists.cc.
References dtn::ProphetAckList::expire(), list_, log_debug, and reschedule().
void dtn::ProphetAckAgeTimer::reschedule | ( | ) | [protected] |
Definition at line 173 of file ProphetLists.cc.
References dtnsim::gettimeofday(), period_, and oasys::Timer::schedule_at().
Referenced by ProphetAckAgeTimer(), and timeout().
ProphetAckList* dtn::ProphetAckAgeTimer::list_ [protected] |
u_int dtn::ProphetAckAgeTimer::period_ [protected] |