ITrafficgenHandler

Package: inet.applications.trafficgen

ITrafficgenHandler

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
QuicOrderedTrafficgen simple module (no description)
QuicTrafficgen simple module (no description)

Used in compound modules

Name Type Description
TrafficgenCompound compound module (no description)

Properties

Name Value Description
display i=block/join

Source code

moduleinterface ITrafficgenHandler
{
    parameters:
        @display("i=block/join");

    gates:
        input socketIn;
        output socketOut;

        input generatorIn[];
        output generatorOut[];
}
File: src/inet/applications/trafficgen/ITrafficgenHandler.ned