#include <LinkStateGraph.h>
Definition at line 151 of file LinkStateGraph.h.
Public Member Functions | |
Edge (Vertex *from, Vertex *to, cost_t cost) | |
Public Attributes | |
Vertex * | from_ |
Vertex * | to_ |
cost_t | cost_ |
LinkScheduleEstimator::Log | log_ |
LinkScheduleEstimator::LogEntry | contact_ |
Definition at line 228 of file LinkStateGraph.cc.
References contact_, cost_, dtn::LinkScheduleEstimator::LogEntry::duration, from_, dtn::LinkScheduleEstimator::LogEntry::start, and to_.
Definition at line 155 of file LinkStateGraph.h.
Referenced by Edge(), dtn::LinkStateGraph::removeEdge(), and dtn::LinkStateRouter::send_announcement().
Definition at line 156 of file LinkStateGraph.h.
Referenced by Edge(), dtn::LinkStateGraph::removeEdge(), and dtn::LinkStateRouter::send_announcement().
Definition at line 158 of file LinkStateGraph.h.
Referenced by Edge(), and dtn::LinkStateRouter::send_announcement().
Definition at line 161 of file LinkStateGraph.h.