|
INET Framework for OMNeT++/OMNEST
|
Represents an interface in the network. More...
#include <L2NetworkConfigurator.h>
Public Member Functions | |
| InterfaceInfo (Node *node, Node *childNode, NetworkInterface *networkInterface) | |
| virtual std::string | getFullPath () const override |
Public Attributes | |
| Node * | node |
| Node * | childNode |
| NetworkInterface * | networkInterface |
| PortInfo | portData |
Represents an interface in the network.
| inet::L2NetworkConfigurator::InterfaceInfo::InterfaceInfo | ( | Node * | node, |
| Node * | childNode, | ||
| NetworkInterface * | networkInterface | ||
| ) |
|
inlineoverridevirtual |
| Node* inet::L2NetworkConfigurator::InterfaceInfo::childNode |
Referenced by InterfaceInfo(), and inet::L2NetworkConfigurator::linkContainsMatchingHostExcept().
| NetworkInterface* inet::L2NetworkConfigurator::InterfaceInfo::networkInterface |
Referenced by inet::L2NetworkConfigurator::configureInterface(), and InterfaceInfo().
| Node* inet::L2NetworkConfigurator::InterfaceInfo::node |
Referenced by InterfaceInfo().
| PortInfo inet::L2NetworkConfigurator::InterfaceInfo::portData |
Referenced by inet::L2NetworkConfigurator::configureInterface().