INET Framework for OMNeT++/OMNEST
inet::NetworkConfiguratorBase::LinkInfo Class Reference

Represents a "link" in the network. More...

#include <NetworkConfiguratorBase.h>

Inheritance diagram for inet::NetworkConfiguratorBase::LinkInfo:

Public Member Functions

 LinkInfo ()
 

Public Attributes

std::vector< InterfaceInfo * > interfaceInfos
 
InterfaceInfogatewayInterfaceInfo = nullptr
 

Detailed Description

Represents a "link" in the network.

A link is a communication medium between interfaces; it can be e.g. a point-to-point link, an Ethernet LAN or a wireless LAN.

Constructor & Destructor Documentation

inet::NetworkConfiguratorBase::LinkInfo::LinkInfo ( )
inline
108 { }

Member Data Documentation

InterfaceInfo* inet::NetworkConfiguratorBase::LinkInfo::gatewayInterfaceInfo = nullptr

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