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

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

#include <Ted.h>

Public Attributes

Ipv4Address node
 
int parent
 
double dist
 

Detailed Description

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

Member Data Documentation

◆ dist

double inet::Ted::vertex_t::dist

Referenced by inet::Ted::assignIndex().

◆ node

Ipv4Address inet::Ted::vertex_t::node

Referenced by inet::Ted::assignIndex().

◆ parent

int inet::Ted::vertex_t::parent

Referenced by inet::Ted::assignIndex().


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