Module Interface IHook

Package: inet.common
File: src/inet/common/IHook.ned

Generic module that can be inserted in some points in the model

IHook

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

Name Type Description
EthernetInterface compound module

Ethernet network interface. Complements EtherMAC and EtherEncap with an output queue for QoS and RED support.

LoopbackInterface compound module

Loopback interface. Complements the Loopback module.

PPPInterface compound module

PPP interface. Complements the PPP module with an output queue for QoS and RED support.

Properties:

Name Value Description
display i=block/socket;is=vs

Source code:

//
// Generic module that can be inserted in some points in the model
//
moduleinterface IHook
{
    @display("i=block/socket;is=vs");
    gates:
        input in;
        output out;
}