#include <ScheduledLink.h>
Public Member Functions | |
FutureContact () | |
Constructor / Destructor. | |
Public Attributes | |
time_t | start_ |
Time at which contact starts, 0 value means not defined. | |
time_t | duration_ |
Duration for this future contact, 0 value means not defined. |
Definition at line 71 of file ScheduledLink.h.
dtn::FutureContact::FutureContact | ( | ) | [inline] |
Duration for this future contact, 0 value means not defined.
Definition at line 85 of file ScheduledLink.h.
time_t dtn::FutureContact::start_ |
Time at which contact starts, 0 value means not defined.
Definition at line 82 of file ScheduledLink.h.