|
INET Framework for OMNeT++/OMNEST
|
#include <L2NetworkConfigurator.h>
Public Member Functions | |
| Link () | |
Public Member Functions inherited from inet::Topology::Link | |
| Link (double weight=1) | |
| Constructor. More... | |
| virtual | ~Link () |
| double | getWeight () const |
| Returns the weight of this link. More... | |
| void | setWeight (double d) |
| Sets the weight of this link. More... | |
| bool | isEnabled () const |
| Returns true of this link is enabled. More... | |
| void | enable () |
| Enables this link. More... | |
| void | disable () |
| Disables this link. More... | |
Public Attributes | |
| InterfaceInfo * | sourceInterfaceInfo |
| InterfaceInfo * | destinationInterfaceInfo |
Additional Inherited Members | |
Protected Attributes inherited from inet::Topology::Link | |
| Node * | srcNode |
| int | srcGateId |
| Node * | destNode |
| int | destGateId |
| double | weight |
| bool | enabled |
|
inline |
| InterfaceInfo* inet::L2NetworkConfigurator::Link::destinationInterfaceInfo |
| InterfaceInfo* inet::L2NetworkConfigurator::Link::sourceInterfaceInfo |