Timer class used to cancel transmission on down links after waiting for them to potentially reopen. More...
#include <TableBasedRouter.h>
Public Member Functions | |
| RerouteTimer (TableBasedRouter *router, const LinkRef &link) | |
| virtual | ~RerouteTimer () |
| void | timeout (const struct timeval &now) |
Protected Attributes | |
| TableBasedRouter * | router_ |
| LinkRef | link_ |
Timer class used to cancel transmission on down links after waiting for them to potentially reopen.
Definition at line 204 of file TableBasedRouter.h.
| dtn::TableBasedRouter::RerouteTimer::RerouteTimer | ( | TableBasedRouter * | router, | |
| const LinkRef & | link | |||
| ) | [inline] |
Definition at line 206 of file TableBasedRouter.h.
| virtual dtn::TableBasedRouter::RerouteTimer::~RerouteTimer | ( | ) | [inline, virtual] |
Definition at line 208 of file TableBasedRouter.h.
| void dtn::TableBasedRouter::RerouteTimer::timeout | ( | const struct timeval & | now | ) |
Definition at line 512 of file TableBasedRouter.cc.
References link_, dtn::TableBasedRouter::reroute_bundles(), and router_.
LinkRef dtn::TableBasedRouter::RerouteTimer::link_ [protected] |
Definition at line 214 of file TableBasedRouter.h.
Referenced by timeout().
Definition at line 213 of file TableBasedRouter.h.
Referenced by timeout().
1.6.3