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

double inet::TED::vertex_t::dist

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

IPv4Address inet::TED::vertex_t::node

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

int inet::TED::vertex_t::parent

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


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