Package: inet.common
IHook
module interfaceGeneric module that can be inserted in some points in the model
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Delayer | simple module |
Delayer module. |
Nop | compound module |
Just lets messages through without any change or delay. |
OrdinalBasedDropper | simple module |
Ordinal Based Dropper module. |
OrdinalBasedDuplicator | simple module |
Ordinal Based Duplicator module. |
SCTPNatHook | simple module |
SCTPNatHook module. |
ThruputMeter | simple module |
Thruput measurement utility module. |
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; }File: src/inet/common/IHook.ned