INetPerfMeterApp

Package: inet.applications.contract

INetPerfMeterApp

module interface

(no description)

Inheritance diagram

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

Implemented by

Name Type Description
NetPerfMeter simple module

Application model for comparing the performance of various transport protocols.

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;
}

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