#include <ContactManager.h>
Inheritance diagram for dtn::ContactManager::LinkAvailabilityTimer:
Definition at line 161 of file ContactManager.h.
Public Member Functions | |
LinkAvailabilityTimer (ContactManager *cm, Link *link) | |
virtual void | timeout (const struct timeval &now) |
Public Attributes | |
ContactManager * | cm_ |
The contact manager object. | |
Link * | link_ |
The link in question. |
dtn::ContactManager::LinkAvailabilityTimer::LinkAvailabilityTimer | ( | ContactManager * | cm, | |
Link * | link | |||
) | [inline] |
Definition at line 163 of file ContactManager.h.
void dtn::ContactManager::LinkAvailabilityTimer::timeout | ( | const struct timeval & | now | ) | [virtual] |
Implements oasys::Timer.
Definition at line 112 of file ContactManager.cc.
References cm_, link_, and dtn::ContactManager::reopen_link().
The contact manager object.
Definition at line 168 of file ContactManager.h.
Referenced by timeout().