INET Framework for OMNeT++/OMNEST
inet::Ted::edge_t Struct Reference

Only used internally, during shortest path calculation: edge in the graph we build from links in TeLinkStateInfoVector. More...

#include <Ted.h>

Public Attributes

int src
 
int dest
 
double metric
 

Detailed Description

Only used internally, during shortest path calculation: edge in the graph we build from links in TeLinkStateInfoVector.

Member Data Documentation

◆ dest

int inet::Ted::edge_t::dest

◆ metric

double inet::Ted::edge_t::metric

◆ src

int inet::Ted::edge_t::src

The documentation for this struct was generated from the following file: