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 |
|---|---|---|
| ThruputMeter | simple module |
Thruput measurement utility module. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/socket |
Source code
// // Generic module that can be inserted in some points in the model // moduleinterface IHook { @display("i=block/socket"); gates: input in; output out; }File: src/inet/common/IHook.ned