Module Interface IPTrafficGenerator

Package: inet.applications.generic
File: src/applications/generic/IPTrafficGenerator.ned

Prototype for modules that generate traffic directly over IP.

See also: IPTrafGen, IPTrafSink

IPTrafficGenerator

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

BurstHost (compound module)

Definition of an IP node with a transport generator that connects to IP directly, without TCP or UDP.

Source code:

//
// Prototype for modules that generate traffic directly over IP.
//
// @see IPTrafGen, IPTrafSink
//
moduleinterface IPTrafficGenerator
{
    gates:
        input ipIn;
        input ipv6In;
        output ipOut;
        output ipv6Out;
}