Package: inet.linklayer.contract
IPppInterface
module interfaceModule interface for PPP interfaces.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| PppInterface | compound module |
PPP interface. Complements the Ppp module with an output queue for QoS and RED support. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| LdpMplsRouter | compound module |
An LDP-capable router. |
| LinkLayerNodeBase | compound module | (no description) |
| RsvpMplsRouter | compound module |
An RSVP-TE capable router. |
Extends
| Name | Type | Description |
|---|---|---|
| IWiredInterface | module interface |
Module interface for wired network interfaces. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/ifcard |
Source code
// // Module interface for PPP interfaces. // moduleinterface IPppInterface extends IWiredInterface { parameters: @display("i=block/ifcard"); }File: src/inet/linklayer/contract/IPppInterface.ned