Module Interface INetPerfMeterApp

Package: inet.applications.contract
File: src/inet/applications/contract/INetPerfMeterApp.ned

(no description)

INetPerfMeterApp

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
NetPerfMeterHost compound module

NetPerfMeter application host.

Properties:

Name Value Description
display i=block/app

Source code:

moduleinterface INetPerfMeterApp
{
    parameters:
        @display("i=block/app");
    gates:
        input tcpIn;
        output tcpOut;
        input sctpIn;
        output sctpOut;
        input udpIn;
        output udpOut;
}